Html Css Color HEX #C00CAB Deep Magenta

📋 copy color: '#C00CAB'

red 192 ◦ green 12 ◦ blue 171

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

Shades of Deep Magenta #C00CAB

Tints of Deep Magenta #C00CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 51.2%
G = 3.2%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C00CAB (or 0xC00CAB) is known color: Deep Magenta. HEX triplet: C0, 0C and AB. RGB value is (192,12,171). Sum of RGB (Red+Green+Blue) = 192+12+171=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAB is #3FF354. Grayscale: #535353. Windows color (decimal): -4191061 or 11209920. OLE color: 11209920.

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

Color convert

RGB 192 12 171 -
CMYK 0 0.94 0.11 0.25
HSL 307º 0.88% 0.4% -
HSV(B) 307º 0.94% 0.75% -
XYZ 29.22 14.41 39.77 -
YUV 83.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 192 12 171 0 0.94 0.11 0.25 307 0.88 0.4
Hex C0 C AB 0 5E B 19 133 58 28
Octal 300 14 253 0 136 13 31 463 130 50
Binary 11000000 1100 10101011 0 1011110 1011 11001 100110011 1011000 101000

Color Harmonies of #C00CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CAB

Black with #C00CAB

Text Example


Text Example

White with #C00CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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