Shades of Deep Magenta #CB08DF
Tints of Deep Magenta #CB08DF
RGB
CMYK
RGB Variations
Color information
#CB08DF (or 0xCB08DF) is known color: Deep Magenta. HEX triplet: CB, 08 and DF. RGB value is (203,8,223). Sum of RGB (Red+Green+Blue) = 203+8+223=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08DF is #34F720. Grayscale: #5A5A5A. Windows color (decimal): -3471137 or 14616779. OLE color: 14616779.
HSL color Cylindrical-coordinate representation of color #CB08DF: hue angle of 294.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08DF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 8 | 223 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.13 |
| HSL | 294.42º | 0.93% | 0.45% | - |
| HSV(B) | 294.42º | 0.96% | 0.87% | - |
| XYZ | 38.03 | 18.2 | 71.32 | - |
| YUV | 90.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 223 | 0.09 | 0.96 | 0 | 0.13 | 294.42 | 0.93 | 0.45 |
| Hex | CB | 8 | DF | 9 | 60 | 0 | D | 126 | 5D | 2D |
| Octal | 313 | 10 | 337 | 11 | 140 | 0 | 15 | 446 | 135 | 55 |
| Binary | 11001011 | 1000 | 11011111 | 1001 | 1100000 | 0 | 1101 | 100100110 | 1011101 | 101101 |
Color Harmonies of #CB08DF
Complementary color
Monochromatic Colors of #CB08DF
Black with #CB08DF
Text Example
Text Example
White with #CB08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08DF; }
p { color: rgb(203,8,223); }
H1.HeaderClassName
{
color: #CB08DF;
}
.AnyTagClassName
{
color: #CB08DF;
}
</style>
background-color css
<style>
a { background-color: #CB08DF; }
a { background-color: rgb(203,8,223); }
div.DivClassName
{
background-color: #CB08DF;
}
.BgClassName
{
background-color: #CB08DF;
}
</style>
border-color css
<style>
span { border-color: #CB08DF; }
span { border-color: rgb(203,8,223); }
td.TdClassName
{
border-color: #CB08DF;
}
.TagClassName
{
border-color: #CB08DF;
}
</style>