Shades of Deep Magenta #C00CAD
Tints of Deep Magenta #C00CAD
RGB
CMYK
RGB Variations
Color information
#C00CAD (or 0xC00CAD) is known color: Deep Magenta. HEX triplet: C0, 0C and AD. RGB value is (192,12,173). Sum of RGB (Red+Green+Blue) = 192+12+173=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAD is #3FF352. Grayscale: #535353. Windows color (decimal): -4191059 or 11340992. OLE color: 11340992.
HSL color Cylindrical-coordinate representation of color #C00CAD: hue angle of 306.33º 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 #C00CAD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 173 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.33º | 0.88% | 0.4% | - |
| HSV(B) | 306.33º | 0.94% | 0.75% | - |
| XYZ | 29.41 | 14.49 | 40.78 | - |
| YUV | 84.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 173 | 0 | 0.94 | 0.10 | 0.25 | 306.33 | 0.88 | 0.4 |
| Hex | C0 | C | AD | 0 | 5E | A | 19 | 132 | 58 | 28 |
| Octal | 300 | 14 | 255 | 0 | 136 | 12 | 31 | 462 | 130 | 50 |
| Binary | 11000000 | 1100 | 10101101 | 0 | 1011110 | 1010 | 11001 | 100110010 | 1011000 | 101000 |
Color Harmonies of #C00CAD
Complementary color
Monochromatic Colors of #C00CAD
Black with #C00CAD
Text Example
Text Example
White with #C00CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CAD; }
p { color: rgb(192,12,173); }
H1.HeaderClassName
{
color: #C00CAD;
}
.AnyTagClassName
{
color: #C00CAD;
}
</style>
background-color css
<style>
a { background-color: #C00CAD; }
a { background-color: rgb(192,12,173); }
div.DivClassName
{
background-color: #C00CAD;
}
.BgClassName
{
background-color: #C00CAD;
}
</style>
border-color css
<style>
span { border-color: #C00CAD; }
span { border-color: rgb(192,12,173); }
td.TdClassName
{
border-color: #C00CAD;
}
.TagClassName
{
border-color: #C00CAD;
}
</style>