Shades of Deep Magenta #CC02BC
Tints of Deep Magenta #CC02BC
RGB
CMYK
RGB Variations
Color information
#CC02BC (or 0xCC02BC) is known color: Deep Magenta. HEX triplet: CC, 02 and BC. RGB value is (204,2,188). Sum of RGB (Red+Green+Blue) = 204+2+188=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BC is #33FD43. Grayscale: #535353. Windows color (decimal): -3407172 or 12321484. OLE color: 12321484.
HSL color Cylindrical-coordinate representation of color #CC02BC: hue angle of 304.75º 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 #CC02BC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.2 |
| HSL | 304.75º | 0.98% | 0.4% | - |
| HSV(B) | 304.75º | 0.99% | 0.8% | - |
| XYZ | 34 | 16.51 | 48.97 | - |
| YUV | 83.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 188 | 0 | 0.99 | 0.08 | 0.2 | 304.75 | 0.98 | 0.4 |
| Hex | CC | 2 | BC | 0 | 63 | 8 | 14 | 131 | 62 | 28 |
| Octal | 314 | 2 | 274 | 0 | 143 | 10 | 24 | 461 | 142 | 50 |
| Binary | 11001100 | 10 | 10111100 | 0 | 1100011 | 1000 | 10100 | 100110001 | 1100010 | 101000 |
Color Harmonies of #CC02BC
Complementary color
Monochromatic Colors of #CC02BC
Black with #CC02BC
Text Example
Text Example
White with #CC02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02BC; }
p { color: rgb(204,2,188); }
H1.HeaderClassName
{
color: #CC02BC;
}
.AnyTagClassName
{
color: #CC02BC;
}
</style>
background-color css
<style>
a { background-color: #CC02BC; }
a { background-color: rgb(204,2,188); }
div.DivClassName
{
background-color: #CC02BC;
}
.BgClassName
{
background-color: #CC02BC;
}
</style>
border-color css
<style>
span { border-color: #CC02BC; }
span { border-color: rgb(204,2,188); }
td.TdClassName
{
border-color: #CC02BC;
}
.TagClassName
{
border-color: #CC02BC;
}
</style>