Shades of Deep Magenta #CB1DBE
Tints of Deep Magenta #CB1DBE
RGB
CMYK
RGB Variations
Color information
#CB1DBE (or 0xCB1DBE) is known color: Deep Magenta. HEX triplet: CB, 1D and BE. RGB value is (203,29,190). Sum of RGB (Red+Green+Blue) = 203+29+190=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DBE is #34E241. Grayscale: #626262. Windows color (decimal): -3465794 or 12459467. OLE color: 12459467.
HSL color Cylindrical-coordinate representation of color #CB1DBE: hue angle of 304.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DBE is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 190 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.20 |
| HSL | 304.48º | 0.75% | 0.45% | - |
| HSV(B) | 304.48º | 0.86% | 0.8% | - |
| XYZ | 34.36 | 17.29 | 50.24 | - |
| YUV | 99.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 190 | 0 | 0.86 | 0.06 | 0.20 | 304.48 | 0.75 | 0.45 |
| Hex | CB | 1D | BE | 0 | 56 | 6 | 14 | 130 | 4B | 2D |
| Octal | 313 | 35 | 276 | 0 | 126 | 6 | 24 | 460 | 113 | 55 |
| Binary | 11001011 | 11101 | 10111110 | 0 | 1010110 | 110 | 10100 | 100110000 | 1001011 | 101101 |
Color Harmonies of #CB1DBE
Complementary color
Monochromatic Colors of #CB1DBE
Black with #CB1DBE
Text Example
Text Example
White with #CB1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DBE; }
p { color: rgb(203,29,190); }
H1.HeaderClassName
{
color: #CB1DBE;
}
.AnyTagClassName
{
color: #CB1DBE;
}
</style>
background-color css
<style>
a { background-color: #CB1DBE; }
a { background-color: rgb(203,29,190); }
div.DivClassName
{
background-color: #CB1DBE;
}
.BgClassName
{
background-color: #CB1DBE;
}
</style>
border-color css
<style>
span { border-color: #CB1DBE; }
span { border-color: rgb(203,29,190); }
td.TdClassName
{
border-color: #CB1DBE;
}
.TagClassName
{
border-color: #CB1DBE;
}
</style>