Html Css Color HEX #CC11C9 Deep Magenta

📋 copy color: '#CC11C9'

red 204 ◦ green 17 ◦ blue 201

#CC11C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC11C9

Tints of Deep Magenta #CC11C9

RGB

 RED value IS 204 (80.08% from 255) = 48.34%

 GREEN value IS 17 (7.03% from 255) = 4.03%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 48.34%
G = 4.03%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC11C9 (or 0xCC11C9) is known color: Deep Magenta. HEX triplet: CC, 11 and C9. RGB value is (204,17,201). Sum of RGB (Red+Green+Blue) = 204+17+201=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11C9 is #33EE36. Grayscale: #5D5D5D. Windows color (decimal): -3403319 or 13177292. OLE color: 13177292.

HSL color Cylindrical-coordinate representation of color #CC11C9: hue angle of 300.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11C9 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 201 -
CMYK 0 0.92 0.01 0.2
HSL 300.96º 0.85% 0.43% -
HSV(B) 300.96º 0.92% 0.8% -
XYZ 35.64 17.46 56.75 -
YUV 93.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 204 17 201 0 0.92 0.01 0.2 300.96 0.85 0.43
Hex CC 11 C9 0 5C 1 14 12D 55 2B
Octal 314 21 311 0 134 1 24 455 125 53
Binary 11001100 10001 11001001 0 1011100 1 10100 100101101 1010101 101011

Color Harmonies of #CC11C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11C9

Black with #CC11C9

Text Example


Text Example

White with #CC11C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11C9; }

 p { color: rgb(204,17,201); }

 H1.HeaderClassName
 {
   color: #CC11C9;
 }
 .AnyTagClassName
 {
   color: #CC11C9;
 }
</style>

background-color css

<style>
 a { background-color: #CC11C9; }

 a { background-color: rgb(204,17,201); }

 div.DivClassName
 {
   background-color: #CC11C9;
 }
 .BgClassName
 {
   background-color: #CC11C9;
 }
</style>

border-color css

<style>
 span { border-color: #CC11C9; }

 span { border-color: rgb(204,17,201); }

 td.TdClassName
 {
   border-color: #CC11C9;
 }
 .TagClassName
 {
   border-color: #CC11C9;
 }
</style>