Shades of Deep Magenta #CB1EDE
Tints of Deep Magenta #CB1EDE
RGB
CMYK
RGB Variations
Color information
#CB1EDE (or 0xCB1EDE) is known color: Deep Magenta. HEX triplet: CB, 1E and DE. RGB value is (203,30,222). Sum of RGB (Red+Green+Blue) = 203+30+222=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1EDE is #34E121. Grayscale: #676767. Windows color (decimal): -3465506 or 14556875. OLE color: 14556875.
HSL color Cylindrical-coordinate representation of color #CB1EDE: hue angle of 294.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1EDE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 30 | 222 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.13 |
| HSL | 294.06º | 0.76% | 0.49% | - |
| HSV(B) | 294.06º | 0.86% | 0.87% | - |
| XYZ | 38.28 | 18.9 | 70.74 | - |
| YUV | 103.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 222 | 0.09 | 0.86 | 0 | 0.13 | 294.06 | 0.76 | 0.49 |
| Hex | CB | 1E | DE | 9 | 56 | 0 | D | 126 | 4C | 31 |
| Octal | 313 | 36 | 336 | 11 | 126 | 0 | 15 | 446 | 114 | 61 |
| Binary | 11001011 | 11110 | 11011110 | 1001 | 1010110 | 0 | 1101 | 100100110 | 1001100 | 110001 |
Color Harmonies of #CB1EDE
Complementary color
Monochromatic Colors of #CB1EDE
Black with #CB1EDE
Text Example
Text Example
White with #CB1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EDE; }
p { color: rgb(203,30,222); }
H1.HeaderClassName
{
color: #CB1EDE;
}
.AnyTagClassName
{
color: #CB1EDE;
}
</style>
background-color css
<style>
a { background-color: #CB1EDE; }
a { background-color: rgb(203,30,222); }
div.DivClassName
{
background-color: #CB1EDE;
}
.BgClassName
{
background-color: #CB1EDE;
}
</style>
border-color css
<style>
span { border-color: #CB1EDE; }
span { border-color: rgb(203,30,222); }
td.TdClassName
{
border-color: #CB1EDE;
}
.TagClassName
{
border-color: #CB1EDE;
}
</style>