Shades of Deep Magenta #CC05AD
Tints of Deep Magenta #CC05AD
RGB
CMYK
RGB Variations
Color information
#CC05AD (or 0xCC05AD) is known color: Deep Magenta. HEX triplet: CC, 05 and AD. RGB value is (204,5,173). Sum of RGB (Red+Green+Blue) = 204+5+173=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC05AD is #33FA52. Grayscale: #535353. Windows color (decimal): -3406419 or 11339212. OLE color: 11339212.
HSL color Cylindrical-coordinate representation of color #CC05AD: hue angle of 309.35º 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 #CC05AD is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.2 |
| HSL | 309.35º | 0.95% | 0.41% | - |
| HSV(B) | 309.35º | 0.98% | 0.8% | - |
| XYZ | 32.5 | 15.96 | 40.9 | - |
| YUV | 83.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 173 | 0 | 0.98 | 0.15 | 0.2 | 309.35 | 0.95 | 0.41 |
| Hex | CC | 5 | AD | 0 | 62 | F | 14 | 135 | 5F | 29 |
| Octal | 314 | 5 | 255 | 0 | 142 | 17 | 24 | 465 | 137 | 51 |
| Binary | 11001100 | 101 | 10101101 | 0 | 1100010 | 1111 | 10100 | 100110101 | 1011111 | 101001 |
Color Harmonies of #CC05AD
Complementary color
Monochromatic Colors of #CC05AD
Black with #CC05AD
Text Example
Text Example
White with #CC05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05AD; }
p { color: rgb(204,5,173); }
H1.HeaderClassName
{
color: #CC05AD;
}
.AnyTagClassName
{
color: #CC05AD;
}
</style>
background-color css
<style>
a { background-color: #CC05AD; }
a { background-color: rgb(204,5,173); }
div.DivClassName
{
background-color: #CC05AD;
}
.BgClassName
{
background-color: #CC05AD;
}
</style>
border-color css
<style>
span { border-color: #CC05AD; }
span { border-color: rgb(204,5,173); }
td.TdClassName
{
border-color: #CC05AD;
}
.TagClassName
{
border-color: #CC05AD;
}
</style>