Shades of Deep Magenta #CB02C8
Tints of Deep Magenta #CB02C8
RGB
CMYK
RGB Variations
Color information
#CB02C8 (or 0xCB02C8) is known color: Deep Magenta. HEX triplet: CB, 02 and C8. RGB value is (203,2,200). Sum of RGB (Red+Green+Blue) = 203+2+200=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02C8 is #34FD37. Grayscale: #545454. Windows color (decimal): -3472696 or 13107915. OLE color: 13107915.
HSL color Cylindrical-coordinate representation of color #CB02C8: hue angle of 300.9º 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 #CB02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.20 |
| HSL | 300.9º | 0.98% | 0.4% | - |
| HSV(B) | 300.9º | 0.99% | 0.8% | - |
| XYZ | 35.08 | 16.91 | 56.06 | - |
| YUV | 84.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 200 | 0 | 0.99 | 0.01 | 0.20 | 300.9 | 0.98 | 0.4 |
| Hex | CB | 2 | C8 | 0 | 63 | 1 | 14 | 12D | 62 | 28 |
| Octal | 313 | 2 | 310 | 0 | 143 | 1 | 24 | 455 | 142 | 50 |
| Binary | 11001011 | 10 | 11001000 | 0 | 1100011 | 1 | 10100 | 100101101 | 1100010 | 101000 |
Color Harmonies of #CB02C8
Complementary color
Monochromatic Colors of #CB02C8
Black with #CB02C8
Text Example
Text Example
White with #CB02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02C8; }
p { color: rgb(203,2,200); }
H1.HeaderClassName
{
color: #CB02C8;
}
.AnyTagClassName
{
color: #CB02C8;
}
</style>
background-color css
<style>
a { background-color: #CB02C8; }
a { background-color: rgb(203,2,200); }
div.DivClassName
{
background-color: #CB02C8;
}
.BgClassName
{
background-color: #CB02C8;
}
</style>
border-color css
<style>
span { border-color: #CB02C8; }
span { border-color: rgb(203,2,200); }
td.TdClassName
{
border-color: #CB02C8;
}
.TagClassName
{
border-color: #CB02C8;
}
</style>