Shades of Deep Magenta #CC05AF
Tints of Deep Magenta #CC05AF
RGB
CMYK
RGB Variations
Color information
#CC05AF (or 0xCC05AF) is known color: Deep Magenta. HEX triplet: CC, 05 and AF. RGB value is (204,5,175). Sum of RGB (Red+Green+Blue) = 204+5+175=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC05AF is #33FA50. Grayscale: #535353. Windows color (decimal): -3406417 or 11470284. OLE color: 11470284.
HSL color Cylindrical-coordinate representation of color #CC05AF: hue angle of 308.74º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05AF is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.2 |
| HSL | 308.74º | 0.95% | 0.41% | - |
| HSV(B) | 308.74º | 0.98% | 0.8% | - |
| XYZ | 32.69 | 16.04 | 41.93 | - |
| YUV | 83.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 175 | 0 | 0.98 | 0.14 | 0.2 | 308.74 | 0.95 | 0.41 |
| Hex | CC | 5 | AF | 0 | 62 | E | 14 | 135 | 5F | 29 |
| Octal | 314 | 5 | 257 | 0 | 142 | 16 | 24 | 465 | 137 | 51 |
| Binary | 11001100 | 101 | 10101111 | 0 | 1100010 | 1110 | 10100 | 100110101 | 1011111 | 101001 |
Color Harmonies of #CC05AF
Complementary color
Monochromatic Colors of #CC05AF
Black with #CC05AF
Text Example
Text Example
White with #CC05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05AF; }
p { color: rgb(204,5,175); }
H1.HeaderClassName
{
color: #CC05AF;
}
.AnyTagClassName
{
color: #CC05AF;
}
</style>
background-color css
<style>
a { background-color: #CC05AF; }
a { background-color: rgb(204,5,175); }
div.DivClassName
{
background-color: #CC05AF;
}
.BgClassName
{
background-color: #CC05AF;
}
</style>
border-color css
<style>
span { border-color: #CC05AF; }
span { border-color: rgb(204,5,175); }
td.TdClassName
{
border-color: #CC05AF;
}
.TagClassName
{
border-color: #CC05AF;
}
</style>