Shades of Deep Magenta #C00AD8
Tints of Deep Magenta #C00AD8
RGB
CMYK
RGB Variations
Color information
#C00AD8 (or 0xC00AD8) is known color: Deep Magenta. HEX triplet: C0, 0A and D8. RGB value is (192,10,216). Sum of RGB (Red+Green+Blue) = 192+10+216=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #C00AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AD8 is #3FF527. Grayscale: #575757. Windows color (decimal): -4191528 or 14158528. OLE color: 14158528.
HSL color Cylindrical-coordinate representation of color #C00AD8: hue angle of 293.01º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AD8 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 10 | 216 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.15 |
| HSL | 293.01º | 0.91% | 0.44% | - |
| HSV(B) | 293.01º | 0.95% | 0.85% | - |
| XYZ | 34.24 | 16.38 | 66.32 | - |
| YUV | 87.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 216 | 0.11 | 0.95 | 0 | 0.15 | 293.01 | 0.91 | 0.44 |
| Hex | C0 | A | D8 | B | 5F | 0 | F | 125 | 5B | 2C |
| Octal | 300 | 12 | 330 | 13 | 137 | 0 | 17 | 445 | 133 | 54 |
| Binary | 11000000 | 1010 | 11011000 | 1011 | 1011111 | 0 | 1111 | 100100101 | 1011011 | 101100 |
Color Harmonies of #C00AD8
Complementary color
Monochromatic Colors of #C00AD8
Black with #C00AD8
Text Example
Text Example
White with #C00AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AD8; }
p { color: rgb(192,10,216); }
H1.HeaderClassName
{
color: #C00AD8;
}
.AnyTagClassName
{
color: #C00AD8;
}
</style>
background-color css
<style>
a { background-color: #C00AD8; }
a { background-color: rgb(192,10,216); }
div.DivClassName
{
background-color: #C00AD8;
}
.BgClassName
{
background-color: #C00AD8;
}
</style>
border-color css
<style>
span { border-color: #C00AD8; }
span { border-color: rgb(192,10,216); }
td.TdClassName
{
border-color: #C00AD8;
}
.TagClassName
{
border-color: #C00AD8;
}
</style>