Html Css Color HEX #CC0DC6 Deep Magenta

📋 copy color: '#CC0DC6'

red 204 ◦ green 13 ◦ blue 198

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

Shades of Deep Magenta #CC0DC6

Tints of Deep Magenta #CC0DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 49.16%
G = 3.13%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC0DC6 (or 0xCC0DC6) is known color: Deep Magenta. HEX triplet: CC, 0D and C6. RGB value is (204,13,198). Sum of RGB (Red+Green+Blue) = 204+13+198=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DC6 is #33F239. Grayscale: #5A5A5A. Windows color (decimal): -3404346 or 12979660. OLE color: 12979660.

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

Color convert

RGB 204 13 198 -
CMYK 0 0.94 0.03 0.2
HSL 301.88º 0.88% 0.43% -
HSV(B) 301.88º 0.94% 0.8% -
XYZ 35.24 17.2 54.89 -
YUV 91.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 204 13 198 0 0.94 0.03 0.2 301.88 0.88 0.43
Hex CC D C6 0 5E 3 14 12E 58 2B
Octal 314 15 306 0 136 3 24 456 130 53
Binary 11001100 1101 11000110 0 1011110 11 10100 100101110 1011000 101011

Color Harmonies of #CC0DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DC6

Black with #CC0DC6

Text Example


Text Example

White with #CC0DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DC6; }

 p { color: rgb(204,13,198); }

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

background-color css

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

 a { background-color: rgb(204,13,198); }

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

border-color css

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

 span { border-color: rgb(204,13,198); }

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