Shades of Deep Magenta #C00AD6
Tints of Deep Magenta #C00AD6
RGB
CMYK
RGB Variations
Color information
#C00AD6 (or 0xC00AD6) is known color: Deep Magenta. HEX triplet: C0, 0A and D6. RGB value is (192,10,214). Sum of RGB (Red+Green+Blue) = 192+10+214=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #C00AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AD6 is #3FF529. Grayscale: #575757. Windows color (decimal): -4191530 or 14027456. OLE color: 14027456.
HSL color Cylindrical-coordinate representation of color #C00AD6: hue angle of 293.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AD6 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 10 | 214 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.16 |
| HSL | 293.53º | 0.91% | 0.44% | - |
| HSV(B) | 293.53º | 0.95% | 0.84% | - |
| XYZ | 33.98 | 16.28 | 64.97 | - |
| YUV | 87.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 214 | 0.10 | 0.95 | 0 | 0.16 | 293.53 | 0.91 | 0.44 |
| Hex | C0 | A | D6 | A | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 300 | 12 | 326 | 12 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000000 | 1010 | 11010110 | 1010 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C00AD6
Complementary color
Monochromatic Colors of #C00AD6
Black with #C00AD6
Text Example
Text Example
White with #C00AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AD6; }
p { color: rgb(192,10,214); }
H1.HeaderClassName
{
color: #C00AD6;
}
.AnyTagClassName
{
color: #C00AD6;
}
</style>
background-color css
<style>
a { background-color: #C00AD6; }
a { background-color: rgb(192,10,214); }
div.DivClassName
{
background-color: #C00AD6;
}
.BgClassName
{
background-color: #C00AD6;
}
</style>
border-color css
<style>
span { border-color: #C00AD6; }
span { border-color: rgb(192,10,214); }
td.TdClassName
{
border-color: #C00AD6;
}
.TagClassName
{
border-color: #C00AD6;
}
</style>