Shades of Deep Magenta #CB0EDF
Tints of Deep Magenta #CB0EDF
RGB
CMYK
RGB Variations
Color information
#CB0EDF (or 0xCB0EDF) is known color: Deep Magenta. HEX triplet: CB, 0E and DF. RGB value is (203,14,223). Sum of RGB (Red+Green+Blue) = 203+14+223=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EDF is #34F120. Grayscale: #5D5D5D. Windows color (decimal): -3469601 or 14618315. OLE color: 14618315.
HSL color Cylindrical-coordinate representation of color #CB0EDF: hue angle of 294.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EDF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 14 | 223 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.13 |
| HSL | 294.26º | 0.88% | 0.46% | - |
| HSV(B) | 294.26º | 0.94% | 0.87% | - |
| XYZ | 38.1 | 18.34 | 71.34 | - |
| YUV | 94.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 223 | 0.09 | 0.94 | 0 | 0.13 | 294.26 | 0.88 | 0.46 |
| Hex | CB | E | DF | 9 | 5E | 0 | D | 126 | 58 | 2E |
| Octal | 313 | 16 | 337 | 11 | 136 | 0 | 15 | 446 | 130 | 56 |
| Binary | 11001011 | 1110 | 11011111 | 1001 | 1011110 | 0 | 1101 | 100100110 | 1011000 | 101110 |
Color Harmonies of #CB0EDF
Complementary color
Monochromatic Colors of #CB0EDF
Black with #CB0EDF
Text Example
Text Example
White with #CB0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EDF; }
p { color: rgb(203,14,223); }
H1.HeaderClassName
{
color: #CB0EDF;
}
.AnyTagClassName
{
color: #CB0EDF;
}
</style>
background-color css
<style>
a { background-color: #CB0EDF; }
a { background-color: rgb(203,14,223); }
div.DivClassName
{
background-color: #CB0EDF;
}
.BgClassName
{
background-color: #CB0EDF;
}
</style>
border-color css
<style>
span { border-color: #CB0EDF; }
span { border-color: rgb(203,14,223); }
td.TdClassName
{
border-color: #CB0EDF;
}
.TagClassName
{
border-color: #CB0EDF;
}
</style>