Shades of Deep Magenta #CB1ECB
Tints of Deep Magenta #CB1ECB
RGB
CMYK
RGB Variations
Color information
#CB1ECB (or 0xCB1ECB) is known color: Deep Magenta. HEX triplet: CB, 1E and CB. RGB value is (203,30,203). Sum of RGB (Red+Green+Blue) = 203+30+203=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ECB is #34E134. Grayscale: #646464. Windows color (decimal): -3465525 or 13311691. OLE color: 13311691.
HSL color Cylindrical-coordinate representation of color #CB1ECB: hue angle of 300º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1ECB is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 203 | - |
| CMYK | 0 | 0.85 | 0 | 0.20 |
| HSL | 300º | 0.74% | 0.46% | - |
| HSV(B) | 300º | 0.85% | 0.8% | - |
| XYZ | 35.87 | 17.94 | 58.07 | - |
| YUV | 101.45 | 185.31 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 203 | 0 | 0.85 | 0 | 0.20 | 300 | 0.74 | 0.46 |
| Hex | CB | 1E | CB | 0 | 55 | 0 | 14 | 12C | 4A | 2E |
| Octal | 313 | 36 | 313 | 0 | 125 | 0 | 24 | 454 | 112 | 56 |
| Binary | 11001011 | 11110 | 11001011 | 0 | 1010101 | 0 | 10100 | 100101100 | 1001010 | 101110 |
Color Harmonies of #CB1ECB
Complementary color
Monochromatic Colors of #CB1ECB
Black with #CB1ECB
Text Example
Text Example
White with #CB1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ECB; }
p { color: rgb(203,30,203); }
H1.HeaderClassName
{
color: #CB1ECB;
}
.AnyTagClassName
{
color: #CB1ECB;
}
</style>
background-color css
<style>
a { background-color: #CB1ECB; }
a { background-color: rgb(203,30,203); }
div.DivClassName
{
background-color: #CB1ECB;
}
.BgClassName
{
background-color: #CB1ECB;
}
</style>
border-color css
<style>
span { border-color: #CB1ECB; }
span { border-color: rgb(203,30,203); }
td.TdClassName
{
border-color: #CB1ECB;
}
.TagClassName
{
border-color: #CB1ECB;
}
</style>