Shades of Deep Magenta #C01AD8
Tints of Deep Magenta #C01AD8
RGB
CMYK
RGB Variations
Color information
#C01AD8 (or 0xC01AD8) is known color: Deep Magenta. HEX triplet: C0, 1A and D8. RGB value is (192,26,216). Sum of RGB (Red+Green+Blue) = 192+26+216=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #C01AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AD8 is #3FE527. Grayscale: #606060. Windows color (decimal): -4187432 or 14162624. OLE color: 14162624.
HSL color Cylindrical-coordinate representation of color #C01AD8: hue angle of 292.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01AD8 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 26 | 216 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.15 |
| HSL | 292.42º | 0.79% | 0.47% | - |
| HSV(B) | 292.42º | 0.88% | 0.85% | - |
| XYZ | 34.5 | 16.9 | 66.41 | - |
| YUV | 97.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 216 | 0.11 | 0.88 | 0 | 0.15 | 292.42 | 0.79 | 0.47 |
| Hex | C0 | 1A | D8 | B | 58 | 0 | F | 124 | 4F | 2F |
| Octal | 300 | 32 | 330 | 13 | 130 | 0 | 17 | 444 | 117 | 57 |
| Binary | 11000000 | 11010 | 11011000 | 1011 | 1011000 | 0 | 1111 | 100100100 | 1001111 | 101111 |
Color Harmonies of #C01AD8
Complementary color
Monochromatic Colors of #C01AD8
Black with #C01AD8
Text Example
Text Example
White with #C01AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AD8; }
p { color: rgb(192,26,216); }
H1.HeaderClassName
{
color: #C01AD8;
}
.AnyTagClassName
{
color: #C01AD8;
}
</style>
background-color css
<style>
a { background-color: #C01AD8; }
a { background-color: rgb(192,26,216); }
div.DivClassName
{
background-color: #C01AD8;
}
.BgClassName
{
background-color: #C01AD8;
}
</style>
border-color css
<style>
span { border-color: #C01AD8; }
span { border-color: rgb(192,26,216); }
td.TdClassName
{
border-color: #C01AD8;
}
.TagClassName
{
border-color: #C01AD8;
}
</style>