Shades of Deep Magenta #CC0FAA
Tints of Deep Magenta #CC0FAA
RGB
CMYK
RGB Variations
Color information
#CC0FAA (or 0xCC0FAA) is known color: Deep Magenta. HEX triplet: CC, 0F and AA. RGB value is (204,15,170). Sum of RGB (Red+Green+Blue) = 204+15+170=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0FAA is #33F055. Grayscale: #585858. Windows color (decimal): -3403862 or 11145164. OLE color: 11145164.
HSL color Cylindrical-coordinate representation of color #CC0FAA: hue angle of 310.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FAA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.2 |
| HSL | 310.79º | 0.86% | 0.43% | - |
| HSV(B) | 310.79º | 0.93% | 0.8% | - |
| XYZ | 32.33 | 16.08 | 39.43 | - |
| YUV | 89.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 170 | 0 | 0.93 | 0.17 | 0.2 | 310.79 | 0.86 | 0.43 |
| Hex | CC | F | AA | 0 | 5D | 11 | 14 | 137 | 56 | 2B |
| Octal | 314 | 17 | 252 | 0 | 135 | 21 | 24 | 467 | 126 | 53 |
| Binary | 11001100 | 1111 | 10101010 | 0 | 1011101 | 10001 | 10100 | 100110111 | 1010110 | 101011 |
Color Harmonies of #CC0FAA
Complementary color
Monochromatic Colors of #CC0FAA
Black with #CC0FAA
Text Example
Text Example
White with #CC0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FAA; }
p { color: rgb(204,15,170); }
H1.HeaderClassName
{
color: #CC0FAA;
}
.AnyTagClassName
{
color: #CC0FAA;
}
</style>
background-color css
<style>
a { background-color: #CC0FAA; }
a { background-color: rgb(204,15,170); }
div.DivClassName
{
background-color: #CC0FAA;
}
.BgClassName
{
background-color: #CC0FAA;
}
</style>
border-color css
<style>
span { border-color: #CC0FAA; }
span { border-color: rgb(204,15,170); }
td.TdClassName
{
border-color: #CC0FAA;
}
.TagClassName
{
border-color: #CC0FAA;
}
</style>