Html Css Color HEX #C00CAE Deep Magenta

📋 copy color: '#C00CAE'

red 192 ◦ green 12 ◦ blue 174

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

Shades of Deep Magenta #C00CAE

Tints of Deep Magenta #C00CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 50.79%
G = 3.17%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C00CAE (or 0xC00CAE) is known color: Deep Magenta. HEX triplet: C0, 0C and AE. RGB value is (192,12,174). Sum of RGB (Red+Green+Blue) = 192+12+174=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAE is #3FF351. Grayscale: #535353. Windows color (decimal): -4191058 or 11406528. OLE color: 11406528.

HSL color Cylindrical-coordinate representation of color #C00CAE: hue angle of 306º 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 #C00CAE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 174 -
CMYK 0 0.94 0.09 0.25
HSL 306º 0.88% 0.4% -
HSV(B) 306º 0.94% 0.75% -
XYZ 29.51 14.53 41.29 -
YUV 84.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 192 12 174 0 0.94 0.09 0.25 306 0.88 0.4
Hex C0 C AE 0 5E 9 19 132 58 28
Octal 300 14 256 0 136 11 31 462 130 50
Binary 11000000 1100 10101110 0 1011110 1001 11001 100110010 1011000 101000

Color Harmonies of #C00CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CAE

Black with #C00CAE

Text Example


Text Example

White with #C00CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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