Shades of Deep Magenta #CB20BE
Tints of Deep Magenta #CB20BE
RGB
CMYK
RGB Variations
Color information
#CB20BE (or 0xCB20BE) is known color: Deep Magenta. HEX triplet: CB, 20 and BE. RGB value is (203,32,190). Sum of RGB (Red+Green+Blue) = 203+32+190=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20BE is #34DF41. Grayscale: #646464. Windows color (decimal): -3465026 or 12460235. OLE color: 12460235.
HSL color Cylindrical-coordinate representation of color #CB20BE: hue angle of 304.56º 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 #CB20BE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 190 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.20 |
| HSL | 304.56º | 0.73% | 0.46% | - |
| HSV(B) | 304.56º | 0.84% | 0.8% | - |
| XYZ | 34.44 | 17.45 | 50.27 | - |
| YUV | 101.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 190 | 0 | 0.84 | 0.06 | 0.20 | 304.56 | 0.73 | 0.46 |
| Hex | CB | 20 | BE | 0 | 54 | 6 | 14 | 131 | 49 | 2E |
| Octal | 313 | 40 | 276 | 0 | 124 | 6 | 24 | 461 | 111 | 56 |
| Binary | 11001011 | 100000 | 10111110 | 0 | 1010100 | 110 | 10100 | 100110001 | 1001001 | 101110 |
Color Harmonies of #CB20BE
Complementary color
Monochromatic Colors of #CB20BE
Black with #CB20BE
Text Example
Text Example
White with #CB20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20BE; }
p { color: rgb(203,32,190); }
H1.HeaderClassName
{
color: #CB20BE;
}
.AnyTagClassName
{
color: #CB20BE;
}
</style>
background-color css
<style>
a { background-color: #CB20BE; }
a { background-color: rgb(203,32,190); }
div.DivClassName
{
background-color: #CB20BE;
}
.BgClassName
{
background-color: #CB20BE;
}
</style>
border-color css
<style>
span { border-color: #CB20BE; }
span { border-color: rgb(203,32,190); }
td.TdClassName
{
border-color: #CB20BE;
}
.TagClassName
{
border-color: #CB20BE;
}
</style>