Shades of Deep Magenta #CC0DAA
Tints of Deep Magenta #CC0DAA
RGB
CMYK
RGB Variations
Color information
#CC0DAA (or 0xCC0DAA) is known color: Deep Magenta. HEX triplet: CC, 0D and AA. RGB value is (204,13,170). Sum of RGB (Red+Green+Blue) = 204+13+170=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0DAA is #33F255. Grayscale: #575757. Windows color (decimal): -3404374 or 11144652. OLE color: 11144652.
HSL color Cylindrical-coordinate representation of color #CC0DAA: hue angle of 310.68º 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 #CC0DAA is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.2 |
| HSL | 310.68º | 0.88% | 0.43% | - |
| HSV(B) | 310.68º | 0.94% | 0.8% | - |
| XYZ | 32.3 | 16.03 | 39.42 | - |
| YUV | 88.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 170 | 0 | 0.94 | 0.17 | 0.2 | 310.68 | 0.88 | 0.43 |
| Hex | CC | D | AA | 0 | 5E | 11 | 14 | 137 | 58 | 2B |
| Octal | 314 | 15 | 252 | 0 | 136 | 21 | 24 | 467 | 130 | 53 |
| Binary | 11001100 | 1101 | 10101010 | 0 | 1011110 | 10001 | 10100 | 100110111 | 1011000 | 101011 |
Color Harmonies of #CC0DAA
Complementary color
Monochromatic Colors of #CC0DAA
Black with #CC0DAA
Text Example
Text Example
White with #CC0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DAA; }
p { color: rgb(204,13,170); }
H1.HeaderClassName
{
color: #CC0DAA;
}
.AnyTagClassName
{
color: #CC0DAA;
}
</style>
background-color css
<style>
a { background-color: #CC0DAA; }
a { background-color: rgb(204,13,170); }
div.DivClassName
{
background-color: #CC0DAA;
}
.BgClassName
{
background-color: #CC0DAA;
}
</style>
border-color css
<style>
span { border-color: #CC0DAA; }
span { border-color: rgb(204,13,170); }
td.TdClassName
{
border-color: #CC0DAA;
}
.TagClassName
{
border-color: #CC0DAA;
}
</style>