Shades of Deep Magenta #CB06DF
Tints of Deep Magenta #CB06DF
RGB
CMYK
RGB Variations
Color information
#CB06DF (or 0xCB06DF) is known color: Deep Magenta. HEX triplet: CB, 06 and DF. RGB value is (203,6,223). Sum of RGB (Red+Green+Blue) = 203+6+223=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06DF is #34F920. Grayscale: #585858. Windows color (decimal): -3471649 or 14616267. OLE color: 14616267.
HSL color Cylindrical-coordinate representation of color #CB06DF: hue angle of 294.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06DF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 6 | 223 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.13 |
| HSL | 294.47º | 0.95% | 0.45% | - |
| HSV(B) | 294.47º | 0.97% | 0.87% | - |
| XYZ | 38.01 | 18.15 | 71.31 | - |
| YUV | 89.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 223 | 0.09 | 0.97 | 0 | 0.13 | 294.47 | 0.95 | 0.45 |
| Hex | CB | 6 | DF | 9 | 61 | 0 | D | 126 | 5F | 2D |
| Octal | 313 | 6 | 337 | 11 | 141 | 0 | 15 | 446 | 137 | 55 |
| Binary | 11001011 | 110 | 11011111 | 1001 | 1100001 | 0 | 1101 | 100100110 | 1011111 | 101101 |
Color Harmonies of #CB06DF
Complementary color
Monochromatic Colors of #CB06DF
Black with #CB06DF
Text Example
Text Example
White with #CB06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06DF; }
p { color: rgb(203,6,223); }
H1.HeaderClassName
{
color: #CB06DF;
}
.AnyTagClassName
{
color: #CB06DF;
}
</style>
background-color css
<style>
a { background-color: #CB06DF; }
a { background-color: rgb(203,6,223); }
div.DivClassName
{
background-color: #CB06DF;
}
.BgClassName
{
background-color: #CB06DF;
}
</style>
border-color css
<style>
span { border-color: #CB06DF; }
span { border-color: rgb(203,6,223); }
td.TdClassName
{
border-color: #CB06DF;
}
.TagClassName
{
border-color: #CB06DF;
}
</style>