Html Css Color HEX #C00CA8 Deep Magenta

📋 copy color: '#C00CA8'

red 192 ◦ green 12 ◦ blue 168

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

Shades of Deep Magenta #C00CA8

Tints of Deep Magenta #C00CA8

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 51.61%
G = 3.23%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C00CA8 (or 0xC00CA8) is known color: Deep Magenta. HEX triplet: C0, 0C and A8. RGB value is (192,12,168). Sum of RGB (Red+Green+Blue) = 192+12+168=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CA8 is #3FF357. Grayscale: #535353. Windows color (decimal): -4191064 or 11013312. OLE color: 11013312.

HSL color Cylindrical-coordinate representation of color #C00CA8: hue angle of 308º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CA8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 168 -
CMYK 0 0.94 0.12 0.25
HSL 308º 0.88% 0.4% -
HSV(B) 308º 0.94% 0.75% -
XYZ 28.94 14.3 38.28 -
YUV 83.6 175.63 205.32 -
System Red Green Blue C M Y K H S L
Decimal 192 12 168 0 0.94 0.12 0.25 308 0.88 0.4
Hex C0 C A8 0 5E C 19 134 58 28
Octal 300 14 250 0 136 14 31 464 130 50
Binary 11000000 1100 10101000 0 1011110 1100 11001 100110100 1011000 101000

Color Harmonies of #C00CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CA8

Black with #C00CA8

Text Example


Text Example

White with #C00CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CA8; }

 p { color: rgb(192,12,168); }

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

background-color css

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

 a { background-color: rgb(192,12,168); }

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

border-color css

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

 span { border-color: rgb(192,12,168); }

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