Shades of Deep Magenta #CB1ECD
Tints of Deep Magenta #CB1ECD
RGB
CMYK
RGB Variations
Color information
#CB1ECD (or 0xCB1ECD) is known color: Deep Magenta. HEX triplet: CB, 1E and CD. RGB value is (203,30,205). Sum of RGB (Red+Green+Blue) = 203+30+205=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ECD is #34E132. Grayscale: #656565. Windows color (decimal): -3465523 or 13442763. OLE color: 13442763.
HSL color Cylindrical-coordinate representation of color #CB1ECD: hue angle of 299.31º 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 #CB1ECD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 205 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.20 |
| HSL | 299.31º | 0.74% | 0.46% | - |
| HSV(B) | 299.31º | 0.85% | 0.8% | - |
| XYZ | 36.11 | 18.03 | 59.33 | - |
| YUV | 101.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 205 | 0.01 | 0.85 | 0 | 0.20 | 299.31 | 0.74 | 0.46 |
| Hex | CB | 1E | CD | 1 | 55 | 0 | 14 | 12B | 4A | 2E |
| Octal | 313 | 36 | 315 | 1 | 125 | 0 | 24 | 453 | 112 | 56 |
| Binary | 11001011 | 11110 | 11001101 | 1 | 1010101 | 0 | 10100 | 100101011 | 1001010 | 101110 |
Color Harmonies of #CB1ECD
Complementary color
Monochromatic Colors of #CB1ECD
Black with #CB1ECD
Text Example
Text Example
White with #CB1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ECD; }
p { color: rgb(203,30,205); }
H1.HeaderClassName
{
color: #CB1ECD;
}
.AnyTagClassName
{
color: #CB1ECD;
}
</style>
background-color css
<style>
a { background-color: #CB1ECD; }
a { background-color: rgb(203,30,205); }
div.DivClassName
{
background-color: #CB1ECD;
}
.BgClassName
{
background-color: #CB1ECD;
}
</style>
border-color css
<style>
span { border-color: #CB1ECD; }
span { border-color: rgb(203,30,205); }
td.TdClassName
{
border-color: #CB1ECD;
}
.TagClassName
{
border-color: #CB1ECD;
}
</style>