Shades of Deep Magenta #CC03CA
Tints of Deep Magenta #CC03CA
RGB
CMYK
RGB Variations
Color information
#CC03CA (or 0xCC03CA) is known color: Deep Magenta. HEX triplet: CC, 03 and CA. RGB value is (204,3,202). Sum of RGB (Red+Green+Blue) = 204+3+202=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03CA is #33FC35. Grayscale: #555555. Windows color (decimal): -3406902 or 13239244. OLE color: 13239244.
HSL color Cylindrical-coordinate representation of color #CC03CA: hue angle of 300.6º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03CA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.2 |
| HSL | 300.6º | 0.97% | 0.41% | - |
| HSV(B) | 300.6º | 0.99% | 0.8% | - |
| XYZ | 35.6 | 17.17 | 57.31 | - |
| YUV | 85.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 202 | 0 | 0.99 | 0.01 | 0.2 | 300.6 | 0.97 | 0.41 |
| Hex | CC | 3 | CA | 0 | 63 | 1 | 14 | 12D | 61 | 29 |
| Octal | 314 | 3 | 312 | 0 | 143 | 1 | 24 | 455 | 141 | 51 |
| Binary | 11001100 | 11 | 11001010 | 0 | 1100011 | 1 | 10100 | 100101101 | 1100001 | 101001 |
Color Harmonies of #CC03CA
Complementary color
Monochromatic Colors of #CC03CA
Black with #CC03CA
Text Example
Text Example
White with #CC03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03CA; }
p { color: rgb(204,3,202); }
H1.HeaderClassName
{
color: #CC03CA;
}
.AnyTagClassName
{
color: #CC03CA;
}
</style>
background-color css
<style>
a { background-color: #CC03CA; }
a { background-color: rgb(204,3,202); }
div.DivClassName
{
background-color: #CC03CA;
}
.BgClassName
{
background-color: #CC03CA;
}
</style>
border-color css
<style>
span { border-color: #CC03CA; }
span { border-color: rgb(204,3,202); }
td.TdClassName
{
border-color: #CC03CA;
}
.TagClassName
{
border-color: #CC03CA;
}
</style>