Shades of Deep Magenta #CC02BA
Tints of Deep Magenta #CC02BA
RGB
CMYK
RGB Variations
Color information
#CC02BA (or 0xCC02BA) is known color: Deep Magenta. HEX triplet: CC, 02 and BA. RGB value is (204,2,186). Sum of RGB (Red+Green+Blue) = 204+2+186=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BA is #33FD45. Grayscale: #525252. Windows color (decimal): -3407174 or 12190412. OLE color: 12190412.
HSL color Cylindrical-coordinate representation of color #CC02BA: hue angle of 305.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02BA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.2 |
| HSL | 305.35º | 0.98% | 0.4% | - |
| HSV(B) | 305.35º | 0.99% | 0.8% | - |
| XYZ | 33.79 | 16.43 | 47.84 | - |
| YUV | 83.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 186 | 0 | 0.99 | 0.09 | 0.2 | 305.35 | 0.98 | 0.4 |
| Hex | CC | 2 | BA | 0 | 63 | 9 | 14 | 131 | 62 | 28 |
| Octal | 314 | 2 | 272 | 0 | 143 | 11 | 24 | 461 | 142 | 50 |
| Binary | 11001100 | 10 | 10111010 | 0 | 1100011 | 1001 | 10100 | 100110001 | 1100010 | 101000 |
Color Harmonies of #CC02BA
Complementary color
Monochromatic Colors of #CC02BA
Black with #CC02BA
Text Example
Text Example
White with #CC02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02BA; }
p { color: rgb(204,2,186); }
H1.HeaderClassName
{
color: #CC02BA;
}
.AnyTagClassName
{
color: #CC02BA;
}
</style>
background-color css
<style>
a { background-color: #CC02BA; }
a { background-color: rgb(204,2,186); }
div.DivClassName
{
background-color: #CC02BA;
}
.BgClassName
{
background-color: #CC02BA;
}
</style>
border-color css
<style>
span { border-color: #CC02BA; }
span { border-color: rgb(204,2,186); }
td.TdClassName
{
border-color: #CC02BA;
}
.TagClassName
{
border-color: #CC02BA;
}
</style>