Shades of Deep Magenta #CB0ECD
Tints of Deep Magenta #CB0ECD
RGB
CMYK
RGB Variations
Color information
#CB0ECD (or 0xCB0ECD) is known color: Deep Magenta. HEX triplet: CB, 0E and CD. RGB value is (203,14,205). Sum of RGB (Red+Green+Blue) = 203+14+205=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ECD is #34F132. Grayscale: #5B5B5B. Windows color (decimal): -3469619 or 13438667. OLE color: 13438667.
HSL color Cylindrical-coordinate representation of color #CB0ECD: hue angle of 299.37º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0ECD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 205 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.20 |
| HSL | 299.37º | 0.87% | 0.43% | - |
| HSV(B) | 299.37º | 0.93% | 0.8% | - |
| XYZ | 35.81 | 17.42 | 59.23 | - |
| YUV | 92.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 205 | 0.01 | 0.93 | 0 | 0.20 | 299.37 | 0.87 | 0.43 |
| Hex | CB | E | CD | 1 | 5D | 0 | 14 | 12B | 57 | 2B |
| Octal | 313 | 16 | 315 | 1 | 135 | 0 | 24 | 453 | 127 | 53 |
| Binary | 11001011 | 1110 | 11001101 | 1 | 1011101 | 0 | 10100 | 100101011 | 1010111 | 101011 |
Color Harmonies of #CB0ECD
Complementary color
Monochromatic Colors of #CB0ECD
Black with #CB0ECD
Text Example
Text Example
White with #CB0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ECD; }
p { color: rgb(203,14,205); }
H1.HeaderClassName
{
color: #CB0ECD;
}
.AnyTagClassName
{
color: #CB0ECD;
}
</style>
background-color css
<style>
a { background-color: #CB0ECD; }
a { background-color: rgb(203,14,205); }
div.DivClassName
{
background-color: #CB0ECD;
}
.BgClassName
{
background-color: #CB0ECD;
}
</style>
border-color css
<style>
span { border-color: #CB0ECD; }
span { border-color: rgb(203,14,205); }
td.TdClassName
{
border-color: #CB0ECD;
}
.TagClassName
{
border-color: #CB0ECD;
}
</style>