Shades of Deep Magenta #CB06DC
Tints of Deep Magenta #CB06DC
RGB
CMYK
RGB Variations
Color information
#CB06DC (or 0xCB06DC) is known color: Deep Magenta. HEX triplet: CB, 06 and DC. RGB value is (203,6,220). Sum of RGB (Red+Green+Blue) = 203+6+220=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06DC is #34F923. Grayscale: #585858. Windows color (decimal): -3471652 or 14419659. OLE color: 14419659.
HSL color Cylindrical-coordinate representation of color #CB06DC: hue angle of 295.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06DC is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 6 | 220 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.14 |
| HSL | 295.23º | 0.95% | 0.44% | - |
| HSV(B) | 295.23º | 0.97% | 0.86% | - |
| XYZ | 37.61 | 17.99 | 69.2 | - |
| YUV | 89.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 220 | 0.08 | 0.97 | 0 | 0.14 | 295.23 | 0.95 | 0.44 |
| Hex | CB | 6 | DC | 8 | 61 | 0 | E | 127 | 5F | 2C |
| Octal | 313 | 6 | 334 | 10 | 141 | 0 | 16 | 447 | 137 | 54 |
| Binary | 11001011 | 110 | 11011100 | 1000 | 1100001 | 0 | 1110 | 100100111 | 1011111 | 101100 |
Color Harmonies of #CB06DC
Complementary color
Monochromatic Colors of #CB06DC
Black with #CB06DC
Text Example
Text Example
White with #CB06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06DC; }
p { color: rgb(203,6,220); }
H1.HeaderClassName
{
color: #CB06DC;
}
.AnyTagClassName
{
color: #CB06DC;
}
</style>
background-color css
<style>
a { background-color: #CB06DC; }
a { background-color: rgb(203,6,220); }
div.DivClassName
{
background-color: #CB06DC;
}
.BgClassName
{
background-color: #CB06DC;
}
</style>
border-color css
<style>
span { border-color: #CB06DC; }
span { border-color: rgb(203,6,220); }
td.TdClassName
{
border-color: #CB06DC;
}
.TagClassName
{
border-color: #CB06DC;
}
</style>