Shades of Deep Magenta #CB1ECC
Tints of Deep Magenta #CB1ECC
RGB
CMYK
RGB Variations
Color information
#CB1ECC (or 0xCB1ECC) is known color: Deep Magenta. HEX triplet: CB, 1E and CC. RGB value is (203,30,204). Sum of RGB (Red+Green+Blue) = 203+30+204=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ECC is #34E133. Grayscale: #656565. Windows color (decimal): -3465524 or 13377227. OLE color: 13377227.
HSL color Cylindrical-coordinate representation of color #CB1ECC: hue angle of 299.66º 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 #CB1ECC is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 30 | 204 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.2 |
| HSL | 299.66º | 0.74% | 0.46% | - |
| HSV(B) | 299.66º | 0.85% | 0.8% | - |
| XYZ | 35.99 | 17.98 | 58.7 | - |
| YUV | 101.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 204 | 0.00 | 0.85 | 0 | 0.2 | 299.66 | 0.74 | 0.46 |
| Hex | CB | 1E | CC | 0 | 55 | 0 | 14 | 12C | 4A | 2E |
| Octal | 313 | 36 | 314 | 0 | 125 | 0 | 24 | 454 | 112 | 56 |
| Binary | 11001011 | 11110 | 11001100 | 0 | 1010101 | 0 | 10100 | 100101100 | 1001010 | 101110 |
Color Harmonies of #CB1ECC
Complementary color
Monochromatic Colors of #CB1ECC
Black with #CB1ECC
Text Example
Text Example
White with #CB1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ECC; }
p { color: rgb(203,30,204); }
H1.HeaderClassName
{
color: #CB1ECC;
}
.AnyTagClassName
{
color: #CB1ECC;
}
</style>
background-color css
<style>
a { background-color: #CB1ECC; }
a { background-color: rgb(203,30,204); }
div.DivClassName
{
background-color: #CB1ECC;
}
.BgClassName
{
background-color: #CB1ECC;
}
</style>
border-color css
<style>
span { border-color: #CB1ECC; }
span { border-color: rgb(203,30,204); }
td.TdClassName
{
border-color: #CB1ECC;
}
.TagClassName
{
border-color: #CB1ECC;
}
</style>