Shades of Deep Magenta #C00DAC
Tints of Deep Magenta #C00DAC
RGB
CMYK
RGB Variations
Color information
#C00DAC (or 0xC00DAC) is known color: Deep Magenta. HEX triplet: C0, 0D and AC. RGB value is (192,13,172). Sum of RGB (Red+Green+Blue) = 192+13+172=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DAC is #3FF253. Grayscale: #545454. Windows color (decimal): -4190804 or 11275712. OLE color: 11275712.
HSL color Cylindrical-coordinate representation of color #C00DAC: hue angle of 306.7º 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 #C00DAC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.25 |
| HSL | 306.7º | 0.87% | 0.4% | - |
| HSV(B) | 306.7º | 0.93% | 0.75% | - |
| XYZ | 29.33 | 14.47 | 40.28 | - |
| YUV | 84.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 172 | 0 | 0.93 | 0.10 | 0.25 | 306.7 | 0.87 | 0.4 |
| Hex | C0 | D | AC | 0 | 5D | A | 19 | 133 | 57 | 28 |
| Octal | 300 | 15 | 254 | 0 | 135 | 12 | 31 | 463 | 127 | 50 |
| Binary | 11000000 | 1101 | 10101100 | 0 | 1011101 | 1010 | 11001 | 100110011 | 1010111 | 101000 |
Color Harmonies of #C00DAC
Complementary color
Monochromatic Colors of #C00DAC
Black with #C00DAC
Text Example
Text Example
White with #C00DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DAC; }
p { color: rgb(192,13,172); }
H1.HeaderClassName
{
color: #C00DAC;
}
.AnyTagClassName
{
color: #C00DAC;
}
</style>
background-color css
<style>
a { background-color: #C00DAC; }
a { background-color: rgb(192,13,172); }
div.DivClassName
{
background-color: #C00DAC;
}
.BgClassName
{
background-color: #C00DAC;
}
</style>
border-color css
<style>
span { border-color: #C00DAC; }
span { border-color: rgb(192,13,172); }
td.TdClassName
{
border-color: #C00DAC;
}
.TagClassName
{
border-color: #C00DAC;
}
</style>