Shades of Deep Magenta #CB1EBC
Tints of Deep Magenta #CB1EBC
RGB
CMYK
RGB Variations
Color information
#CB1EBC (or 0xCB1EBC) is known color: Deep Magenta. HEX triplet: CB, 1E and BC. RGB value is (203,30,188). Sum of RGB (Red+Green+Blue) = 203+30+188=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1EBC is #34E143. Grayscale: #636363. Windows color (decimal): -3465540 or 12328651. OLE color: 12328651.
HSL color Cylindrical-coordinate representation of color #CB1EBC: hue angle of 305.2º 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 #CB1EBC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 188 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.20 |
| HSL | 305.2º | 0.74% | 0.46% | - |
| HSV(B) | 305.2º | 0.85% | 0.8% | - |
| XYZ | 34.17 | 17.26 | 49.11 | - |
| YUV | 99.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 188 | 0 | 0.85 | 0.07 | 0.20 | 305.2 | 0.74 | 0.46 |
| Hex | CB | 1E | BC | 0 | 55 | 7 | 14 | 131 | 4A | 2E |
| Octal | 313 | 36 | 274 | 0 | 125 | 7 | 24 | 461 | 112 | 56 |
| Binary | 11001011 | 11110 | 10111100 | 0 | 1010101 | 111 | 10100 | 100110001 | 1001010 | 101110 |
Color Harmonies of #CB1EBC
Complementary color
Monochromatic Colors of #CB1EBC
Black with #CB1EBC
Text Example
Text Example
White with #CB1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EBC; }
p { color: rgb(203,30,188); }
H1.HeaderClassName
{
color: #CB1EBC;
}
.AnyTagClassName
{
color: #CB1EBC;
}
</style>
background-color css
<style>
a { background-color: #CB1EBC; }
a { background-color: rgb(203,30,188); }
div.DivClassName
{
background-color: #CB1EBC;
}
.BgClassName
{
background-color: #CB1EBC;
}
</style>
border-color css
<style>
span { border-color: #CB1EBC; }
span { border-color: rgb(203,30,188); }
td.TdClassName
{
border-color: #CB1EBC;
}
.TagClassName
{
border-color: #CB1EBC;
}
</style>