Shades of Deep Magenta #CB00DF
Tints of Deep Magenta #CB00DF
RGB
CMYK
RGB Variations
Color information
#CB00DF (or 0xCB00DF) is known color: Deep Magenta. HEX triplet: CB, 00 and DF. RGB value is (203,0,223). Sum of RGB (Red+Green+Blue) = 203+0+223=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00DF is #34FF20. Grayscale: #555555. Windows color (decimal): -3473185 or 14614731. OLE color: 14614731.
HSL color Cylindrical-coordinate representation of color #CB00DF: hue angle of 294.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00DF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 0 | 223 | - |
| CMYK | 0.09 | 1 | 0 | 0.13 |
| HSL | 294.62º | 1% | 0.44% | - |
| HSV(B) | 294.62º | 1% | 0.87% | - |
| XYZ | 37.95 | 18.02 | 71.29 | - |
| YUV | 86.12 | 205.25 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 223 | 0.09 | 1 | 0 | 0.13 | 294.62 | 1 | 0.44 |
| Hex | CB | 0 | DF | 9 | 64 | 0 | D | 127 | 64 | 2C |
| Octal | 313 | 0 | 337 | 11 | 144 | 0 | 15 | 447 | 144 | 54 |
| Binary | 11001011 | 0 | 11011111 | 1001 | 1100100 | 0 | 1101 | 100100111 | 1100100 | 101100 |
Color Harmonies of #CB00DF
Complementary color
Monochromatic Colors of #CB00DF
Black with #CB00DF
Text Example
Text Example
White with #CB00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00DF; }
p { color: rgb(203,0,223); }
H1.HeaderClassName
{
color: #CB00DF;
}
.AnyTagClassName
{
color: #CB00DF;
}
</style>
background-color css
<style>
a { background-color: #CB00DF; }
a { background-color: rgb(203,0,223); }
div.DivClassName
{
background-color: #CB00DF;
}
.BgClassName
{
background-color: #CB00DF;
}
</style>
border-color css
<style>
span { border-color: #CB00DF; }
span { border-color: rgb(203,0,223); }
td.TdClassName
{
border-color: #CB00DF;
}
.TagClassName
{
border-color: #CB00DF;
}
</style>