Html Css Color HEX #C00CAF Deep Magenta

📋 copy color: '#C00CAF'

red 192 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #C00CAF

Tints of Deep Magenta #C00CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 50.66%
G = 3.17%
B = 46.17%

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

#C00CAF (or 0xC00CAF) is known color: Deep Magenta. HEX triplet: C0, 0C and AF. RGB value is (192,12,175). Sum of RGB (Red+Green+Blue) = 192+12+175=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAF is #3FF350. Grayscale: #535353. Windows color (decimal): -4191057 or 11472064. OLE color: 11472064.

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

Color convert

RGB 192 12 175 -
CMYK 0 0.94 0.09 0.25
HSL 305.67º 0.88% 0.4% -
HSV(B) 305.67º 0.94% 0.75% -
XYZ 29.61 14.56 41.81 -
YUV 84.4 179.13 204.75 -
System Red Green Blue C M Y K H S L
Decimal 192 12 175 0 0.94 0.09 0.25 305.67 0.88 0.4
Hex C0 C AF 0 5E 9 19 132 58 28
Octal 300 14 257 0 136 11 31 462 130 50
Binary 11000000 1100 10101111 0 1011110 1001 11001 100110010 1011000 101000

Color Harmonies of #C00CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CAF

Black with #C00CAF

Text Example


Text Example

White with #C00CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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