Shades of Deep Magenta #C00DAE
Tints of Deep Magenta #C00DAE
RGB
CMYK
RGB Variations
Color information
#C00DAE (or 0xC00DAE) is known color: Deep Magenta. HEX triplet: C0, 0D and AE. RGB value is (192,13,174). Sum of RGB (Red+Green+Blue) = 192+13+174=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DAE is #3FF251. Grayscale: #545454. Windows color (decimal): -4190802 or 11406784. OLE color: 11406784.
HSL color Cylindrical-coordinate representation of color #C00DAE: hue angle of 306.03º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DAE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.25 |
| HSL | 306.03º | 0.87% | 0.4% | - |
| HSV(B) | 306.03º | 0.93% | 0.75% | - |
| XYZ | 29.52 | 14.55 | 41.3 | - |
| YUV | 84.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 174 | 0 | 0.93 | 0.09 | 0.25 | 306.03 | 0.87 | 0.4 |
| Hex | C0 | D | AE | 0 | 5D | 9 | 19 | 132 | 57 | 28 |
| Octal | 300 | 15 | 256 | 0 | 135 | 11 | 31 | 462 | 127 | 50 |
| Binary | 11000000 | 1101 | 10101110 | 0 | 1011101 | 1001 | 11001 | 100110010 | 1010111 | 101000 |
Color Harmonies of #C00DAE
Complementary color
Monochromatic Colors of #C00DAE
Black with #C00DAE
Text Example
Text Example
White with #C00DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DAE; }
p { color: rgb(192,13,174); }
H1.HeaderClassName
{
color: #C00DAE;
}
.AnyTagClassName
{
color: #C00DAE;
}
</style>
background-color css
<style>
a { background-color: #C00DAE; }
a { background-color: rgb(192,13,174); }
div.DivClassName
{
background-color: #C00DAE;
}
.BgClassName
{
background-color: #C00DAE;
}
</style>
border-color css
<style>
span { border-color: #C00DAE; }
span { border-color: rgb(192,13,174); }
td.TdClassName
{
border-color: #C00DAE;
}
.TagClassName
{
border-color: #C00DAE;
}
</style>