Shades of Deep Magenta #C00DAD
Tints of Deep Magenta #C00DAD
RGB
CMYK
RGB Variations
Color information
#C00DAD (or 0xC00DAD) is known color: Deep Magenta. HEX triplet: C0, 0D and AD. RGB value is (192,13,173). Sum of RGB (Red+Green+Blue) = 192+13+173=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DAD is #3FF252. Grayscale: #545454. Windows color (decimal): -4190803 or 11341248. OLE color: 11341248.
HSL color Cylindrical-coordinate representation of color #C00DAD: hue angle of 306.37º 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 #C00DAD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 173 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.25 |
| HSL | 306.37º | 0.87% | 0.4% | - |
| HSV(B) | 306.37º | 0.93% | 0.75% | - |
| XYZ | 29.42 | 14.51 | 40.79 | - |
| YUV | 84.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 173 | 0 | 0.93 | 0.10 | 0.25 | 306.37 | 0.87 | 0.4 |
| Hex | C0 | D | AD | 0 | 5D | A | 19 | 132 | 57 | 28 |
| Octal | 300 | 15 | 255 | 0 | 135 | 12 | 31 | 462 | 127 | 50 |
| Binary | 11000000 | 1101 | 10101101 | 0 | 1011101 | 1010 | 11001 | 100110010 | 1010111 | 101000 |
Color Harmonies of #C00DAD
Complementary color
Monochromatic Colors of #C00DAD
Black with #C00DAD
Text Example
Text Example
White with #C00DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DAD; }
p { color: rgb(192,13,173); }
H1.HeaderClassName
{
color: #C00DAD;
}
.AnyTagClassName
{
color: #C00DAD;
}
</style>
background-color css
<style>
a { background-color: #C00DAD; }
a { background-color: rgb(192,13,173); }
div.DivClassName
{
background-color: #C00DAD;
}
.BgClassName
{
background-color: #C00DAD;
}
</style>
border-color css
<style>
span { border-color: #C00DAD; }
span { border-color: rgb(192,13,173); }
td.TdClassName
{
border-color: #C00DAD;
}
.TagClassName
{
border-color: #C00DAD;
}
</style>