The default keybindings C-c i C-c r C-c n define C-c followed by a letter. These bindings are safe keys reserved for user keybindings and should not be used for mode bindings.
See: https://www.gnu.org/software/emacs/manual/html_node/emacs/Key-Bindings.html
"The reserved key sequences are those consisting of C-c followed by a letter (either upper or lower case), and function keys F5 through F9 without modifiers"
The default keybindings
C-c iC-c rC-c ndefineC-cfollowed by a letter. These bindings are safe keys reserved for user keybindings and should not be used for mode bindings.See: https://www.gnu.org/software/emacs/manual/html_node/emacs/Key-Bindings.html
"The reserved key sequences are those consisting of C-c followed by a letter (either upper or lower case), and function keys F5 through F9 without modifiers"