Shades of Deep Magenta #CC0DAC
Tints of Deep Magenta #CC0DAC
RGB
CMYK
RGB Variations
Color information
#CC0DAC (or 0xCC0DAC) is known color: Deep Magenta. HEX triplet: CC, 0D and AC. RGB value is (204,13,172). Sum of RGB (Red+Green+Blue) = 204+13+172=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0DAC is #33F253. Grayscale: #575757. Windows color (decimal): -3404372 or 11275724. OLE color: 11275724.
HSL color Cylindrical-coordinate representation of color #CC0DAC: hue angle of 310.05º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DAC is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.2 |
| HSL | 310.05º | 0.88% | 0.43% | - |
| HSV(B) | 310.05º | 0.94% | 0.8% | - |
| XYZ | 32.49 | 16.1 | 40.43 | - |
| YUV | 88.24 | 175.28 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 172 | 0 | 0.94 | 0.16 | 0.2 | 310.05 | 0.88 | 0.43 |
| Hex | CC | D | AC | 0 | 5E | 10 | 14 | 136 | 58 | 2B |
| Octal | 314 | 15 | 254 | 0 | 136 | 20 | 24 | 466 | 130 | 53 |
| Binary | 11001100 | 1101 | 10101100 | 0 | 1011110 | 10000 | 10100 | 100110110 | 1011000 | 101011 |
Color Harmonies of #CC0DAC
Complementary color
Monochromatic Colors of #CC0DAC
Black with #CC0DAC
Text Example
Text Example
White with #CC0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DAC; }
p { color: rgb(204,13,172); }
H1.HeaderClassName
{
color: #CC0DAC;
}
.AnyTagClassName
{
color: #CC0DAC;
}
</style>
background-color css
<style>
a { background-color: #CC0DAC; }
a { background-color: rgb(204,13,172); }
div.DivClassName
{
background-color: #CC0DAC;
}
.BgClassName
{
background-color: #CC0DAC;
}
</style>
border-color css
<style>
span { border-color: #CC0DAC; }
span { border-color: rgb(204,13,172); }
td.TdClassName
{
border-color: #CC0DAC;
}
.TagClassName
{
border-color: #CC0DAC;
}
</style>