Shades of Deep Magenta #CC02BD
Tints of Deep Magenta #CC02BD
RGB
CMYK
RGB Variations
Color information
#CC02BD (or 0xCC02BD) is known color: Deep Magenta. HEX triplet: CC, 02 and BD. RGB value is (204,2,189). Sum of RGB (Red+Green+Blue) = 204+2+189=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BD is #33FD42. Grayscale: #535353. Windows color (decimal): -3407171 or 12387020. OLE color: 12387020.
HSL color Cylindrical-coordinate representation of color #CC02BD: hue angle of 304.46º 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 #CC02BD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.2 |
| HSL | 304.46º | 0.98% | 0.4% | - |
| HSV(B) | 304.46º | 0.99% | 0.8% | - |
| XYZ | 34.11 | 16.55 | 49.54 | - |
| YUV | 83.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 189 | 0 | 0.99 | 0.07 | 0.2 | 304.46 | 0.98 | 0.4 |
| Hex | CC | 2 | BD | 0 | 63 | 7 | 14 | 130 | 62 | 28 |
| Octal | 314 | 2 | 275 | 0 | 143 | 7 | 24 | 460 | 142 | 50 |
| Binary | 11001100 | 10 | 10111101 | 0 | 1100011 | 111 | 10100 | 100110000 | 1100010 | 101000 |
Color Harmonies of #CC02BD
Complementary color
Monochromatic Colors of #CC02BD
Black with #CC02BD
Text Example
Text Example
White with #CC02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02BD; }
p { color: rgb(204,2,189); }
H1.HeaderClassName
{
color: #CC02BD;
}
.AnyTagClassName
{
color: #CC02BD;
}
</style>
background-color css
<style>
a { background-color: #CC02BD; }
a { background-color: rgb(204,2,189); }
div.DivClassName
{
background-color: #CC02BD;
}
.BgClassName
{
background-color: #CC02BD;
}
</style>
border-color css
<style>
span { border-color: #CC02BD; }
span { border-color: rgb(204,2,189); }
td.TdClassName
{
border-color: #CC02BD;
}
.TagClassName
{
border-color: #CC02BD;
}
</style>