Shades of Deep Magenta #CB20C8
Tints of Deep Magenta #CB20C8
RGB
CMYK
RGB Variations
Color information
#CB20C8 (or 0xCB20C8) is known color: Deep Magenta. HEX triplet: CB, 20 and C8. RGB value is (203,32,200). Sum of RGB (Red+Green+Blue) = 203+32+200=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20C8 is #34DF37. Grayscale: #656565. Windows color (decimal): -3465016 or 13115595. OLE color: 13115595.
HSL color Cylindrical-coordinate representation of color #CB20C8: hue angle of 301.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB20C8 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 200 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.20 |
| HSL | 301.05º | 0.73% | 0.46% | - |
| HSV(B) | 301.05º | 0.84% | 0.8% | - |
| XYZ | 35.57 | 17.9 | 56.22 | - |
| YUV | 102.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 200 | 0 | 0.84 | 0.01 | 0.20 | 301.05 | 0.73 | 0.46 |
| Hex | CB | 20 | C8 | 0 | 54 | 1 | 14 | 12D | 49 | 2E |
| Octal | 313 | 40 | 310 | 0 | 124 | 1 | 24 | 455 | 111 | 56 |
| Binary | 11001011 | 100000 | 11001000 | 0 | 1010100 | 1 | 10100 | 100101101 | 1001001 | 101110 |
Color Harmonies of #CB20C8
Complementary color
Monochromatic Colors of #CB20C8
Black with #CB20C8
Text Example
Text Example
White with #CB20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20C8; }
p { color: rgb(203,32,200); }
H1.HeaderClassName
{
color: #CB20C8;
}
.AnyTagClassName
{
color: #CB20C8;
}
</style>
background-color css
<style>
a { background-color: #CB20C8; }
a { background-color: rgb(203,32,200); }
div.DivClassName
{
background-color: #CB20C8;
}
.BgClassName
{
background-color: #CB20C8;
}
</style>
border-color css
<style>
span { border-color: #CB20C8; }
span { border-color: rgb(203,32,200); }
td.TdClassName
{
border-color: #CB20C8;
}
.TagClassName
{
border-color: #CB20C8;
}
</style>