Shades of Deep Magenta #CB1BE0
Tints of Deep Magenta #CB1BE0
RGB
CMYK
RGB Variations
Color information
#CB1BE0 (or 0xCB1BE0) is known color: Deep Magenta. HEX triplet: CB, 1B and E0. RGB value is (203,27,224). Sum of RGB (Red+Green+Blue) = 203+27+224=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB1BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1BE0 is #34E41F. Grayscale: #656565. Windows color (decimal): -3466272 or 14687179. OLE color: 14687179.
HSL color Cylindrical-coordinate representation of color #CB1BE0: hue angle of 293.6º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1BE0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 27 | 224 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.12 |
| HSL | 293.6º | 0.78% | 0.49% | - |
| HSV(B) | 293.6º | 0.88% | 0.88% | - |
| XYZ | 38.48 | 18.86 | 72.13 | - |
| YUV | 102.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 224 | 0.09 | 0.88 | 0 | 0.12 | 293.6 | 0.78 | 0.49 |
| Hex | CB | 1B | E0 | 9 | 58 | 0 | C | 126 | 4E | 31 |
| Octal | 313 | 33 | 340 | 11 | 130 | 0 | 14 | 446 | 116 | 61 |
| Binary | 11001011 | 11011 | 11100000 | 1001 | 1011000 | 0 | 1100 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CB1BE0
Complementary color
Monochromatic Colors of #CB1BE0
Black with #CB1BE0
Text Example
Text Example
White with #CB1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BE0; }
p { color: rgb(203,27,224); }
H1.HeaderClassName
{
color: #CB1BE0;
}
.AnyTagClassName
{
color: #CB1BE0;
}
</style>
background-color css
<style>
a { background-color: #CB1BE0; }
a { background-color: rgb(203,27,224); }
div.DivClassName
{
background-color: #CB1BE0;
}
.BgClassName
{
background-color: #CB1BE0;
}
</style>
border-color css
<style>
span { border-color: #CB1BE0; }
span { border-color: rgb(203,27,224); }
td.TdClassName
{
border-color: #CB1BE0;
}
.TagClassName
{
border-color: #CB1BE0;
}
</style>