Shades of Deep Magenta #CC05CA
Tints of Deep Magenta #CC05CA
RGB
CMYK
RGB Variations
Color information
#CC05CA (or 0xCC05CA) is known color: Deep Magenta. HEX triplet: CC, 05 and CA. RGB value is (204,5,202). Sum of RGB (Red+Green+Blue) = 204+5+202=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CA is #33FA35. Grayscale: #565656. Windows color (decimal): -3406390 or 13239756. OLE color: 13239756.
HSL color Cylindrical-coordinate representation of color #CC05CA: hue angle of 300.6º 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 #CC05CA is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.2 |
| HSL | 300.6º | 0.95% | 0.41% | - |
| HSV(B) | 300.6º | 0.98% | 0.8% | - |
| XYZ | 35.62 | 17.21 | 57.32 | - |
| YUV | 86.96 | 192.93 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 202 | 0 | 0.98 | 0.01 | 0.2 | 300.6 | 0.95 | 0.41 |
| Hex | CC | 5 | CA | 0 | 62 | 1 | 14 | 12D | 5F | 29 |
| Octal | 314 | 5 | 312 | 0 | 142 | 1 | 24 | 455 | 137 | 51 |
| Binary | 11001100 | 101 | 11001010 | 0 | 1100010 | 1 | 10100 | 100101101 | 1011111 | 101001 |
Color Harmonies of #CC05CA
Complementary color
Monochromatic Colors of #CC05CA
Black with #CC05CA
Text Example
Text Example
White with #CC05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05CA; }
p { color: rgb(204,5,202); }
H1.HeaderClassName
{
color: #CC05CA;
}
.AnyTagClassName
{
color: #CC05CA;
}
</style>
background-color css
<style>
a { background-color: #CC05CA; }
a { background-color: rgb(204,5,202); }
div.DivClassName
{
background-color: #CC05CA;
}
.BgClassName
{
background-color: #CC05CA;
}
</style>
border-color css
<style>
span { border-color: #CC05CA; }
span { border-color: rgb(204,5,202); }
td.TdClassName
{
border-color: #CC05CA;
}
.TagClassName
{
border-color: #CC05CA;
}
</style>