Shades of Deep Magenta #CB05DC
Tints of Deep Magenta #CB05DC
RGB
CMYK
RGB Variations
Color information
#CB05DC (or 0xCB05DC) is known color: Deep Magenta. HEX triplet: CB, 05 and DC. RGB value is (203,5,220). Sum of RGB (Red+Green+Blue) = 203+5+220=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05DC is #34FA23. Grayscale: #585858. Windows color (decimal): -3471908 or 14419403. OLE color: 14419403.
HSL color Cylindrical-coordinate representation of color #CB05DC: hue angle of 295.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05DC is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 5 | 220 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.14 |
| HSL | 295.26º | 0.96% | 0.44% | - |
| HSV(B) | 295.26º | 0.98% | 0.86% | - |
| XYZ | 37.6 | 17.97 | 69.2 | - |
| YUV | 88.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 220 | 0.08 | 0.98 | 0 | 0.14 | 295.26 | 0.96 | 0.44 |
| Hex | CB | 5 | DC | 8 | 62 | 0 | E | 127 | 60 | 2C |
| Octal | 313 | 5 | 334 | 10 | 142 | 0 | 16 | 447 | 140 | 54 |
| Binary | 11001011 | 101 | 11011100 | 1000 | 1100010 | 0 | 1110 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CB05DC
Complementary color
Monochromatic Colors of #CB05DC
Black with #CB05DC
Text Example
Text Example
White with #CB05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05DC; }
p { color: rgb(203,5,220); }
H1.HeaderClassName
{
color: #CB05DC;
}
.AnyTagClassName
{
color: #CB05DC;
}
</style>
background-color css
<style>
a { background-color: #CB05DC; }
a { background-color: rgb(203,5,220); }
div.DivClassName
{
background-color: #CB05DC;
}
.BgClassName
{
background-color: #CB05DC;
}
</style>
border-color css
<style>
span { border-color: #CB05DC; }
span { border-color: rgb(203,5,220); }
td.TdClassName
{
border-color: #CB05DC;
}
.TagClassName
{
border-color: #CB05DC;
}
</style>