Shades of Deep Magenta #CC15CA
Tints of Deep Magenta #CC15CA
RGB
CMYK
RGB Variations
Color information
#CC15CA (or 0xCC15CA) is known color: Deep Magenta. HEX triplet: CC, 15 and CA. RGB value is (204,21,202). Sum of RGB (Red+Green+Blue) = 204+21+202=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15CA is #33EA35. Grayscale: #5F5F5F. Windows color (decimal): -3402294 or 13243852. OLE color: 13243852.
HSL color Cylindrical-coordinate representation of color #CC15CA: hue angle of 300.66º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15CA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 202 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.2 |
| HSL | 300.66º | 0.81% | 0.44% | - |
| HSV(B) | 300.66º | 0.9% | 0.8% | - |
| XYZ | 35.83 | 17.64 | 57.39 | - |
| YUV | 96.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 202 | 0 | 0.90 | 0.01 | 0.2 | 300.66 | 0.81 | 0.44 |
| Hex | CC | 15 | CA | 0 | 5A | 1 | 14 | 12D | 51 | 2C |
| Octal | 314 | 25 | 312 | 0 | 132 | 1 | 24 | 455 | 121 | 54 |
| Binary | 11001100 | 10101 | 11001010 | 0 | 1011010 | 1 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CC15CA
Complementary color
Monochromatic Colors of #CC15CA
Black with #CC15CA
Text Example
Text Example
White with #CC15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15CA; }
p { color: rgb(204,21,202); }
H1.HeaderClassName
{
color: #CC15CA;
}
.AnyTagClassName
{
color: #CC15CA;
}
</style>
background-color css
<style>
a { background-color: #CC15CA; }
a { background-color: rgb(204,21,202); }
div.DivClassName
{
background-color: #CC15CA;
}
.BgClassName
{
background-color: #CC15CA;
}
</style>
border-color css
<style>
span { border-color: #CC15CA; }
span { border-color: rgb(204,21,202); }
td.TdClassName
{
border-color: #CC15CA;
}
.TagClassName
{
border-color: #CC15CA;
}
</style>