Shades of Deep Magenta #CC02BF
Tints of Deep Magenta #CC02BF
RGB
CMYK
RGB Variations
Color information
#CC02BF (or 0xCC02BF) is known color: Deep Magenta. HEX triplet: CC, 02 and BF. RGB value is (204,2,191). Sum of RGB (Red+Green+Blue) = 204+2+191=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02BF is #33FD40. Grayscale: #535353. Windows color (decimal): -3407169 or 12518092. OLE color: 12518092.
HSL color Cylindrical-coordinate representation of color #CC02BF: hue angle of 303.86º 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 #CC02BF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.2 |
| HSL | 303.86º | 0.98% | 0.4% | - |
| HSV(B) | 303.86º | 0.99% | 0.8% | - |
| XYZ | 34.33 | 16.64 | 50.69 | - |
| YUV | 83.94 | 188.42 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 191 | 0 | 0.99 | 0.06 | 0.2 | 303.86 | 0.98 | 0.4 |
| Hex | CC | 2 | BF | 0 | 63 | 6 | 14 | 130 | 62 | 28 |
| Octal | 314 | 2 | 277 | 0 | 143 | 6 | 24 | 460 | 142 | 50 |
| Binary | 11001100 | 10 | 10111111 | 0 | 1100011 | 110 | 10100 | 100110000 | 1100010 | 101000 |
Color Harmonies of #CC02BF
Complementary color
Monochromatic Colors of #CC02BF
Black with #CC02BF
Text Example
Text Example
White with #CC02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02BF; }
p { color: rgb(204,2,191); }
H1.HeaderClassName
{
color: #CC02BF;
}
.AnyTagClassName
{
color: #CC02BF;
}
</style>
background-color css
<style>
a { background-color: #CC02BF; }
a { background-color: rgb(204,2,191); }
div.DivClassName
{
background-color: #CC02BF;
}
.BgClassName
{
background-color: #CC02BF;
}
</style>
border-color css
<style>
span { border-color: #CC02BF; }
span { border-color: rgb(204,2,191); }
td.TdClassName
{
border-color: #CC02BF;
}
.TagClassName
{
border-color: #CC02BF;
}
</style>