Shades of Deep Magenta #CB05DD
Tints of Deep Magenta #CB05DD
RGB
CMYK
RGB Variations
Color information
#CB05DD (or 0xCB05DD) is known color: Deep Magenta. HEX triplet: CB, 05 and DD. RGB value is (203,5,221). Sum of RGB (Red+Green+Blue) = 203+5+221=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05DD is #34FA22. Grayscale: #585858. Windows color (decimal): -3471907 or 14484939. OLE color: 14484939.
HSL color Cylindrical-coordinate representation of color #CB05DD: hue angle of 295º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05DD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 5 | 221 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.13 |
| HSL | 295º | 0.96% | 0.44% | - |
| HSV(B) | 295º | 0.98% | 0.87% | - |
| XYZ | 37.73 | 18.03 | 69.9 | - |
| YUV | 88.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 221 | 0.08 | 0.98 | 0 | 0.13 | 295 | 0.96 | 0.44 |
| Hex | CB | 5 | DD | 8 | 62 | 0 | D | 127 | 60 | 2C |
| Octal | 313 | 5 | 335 | 10 | 142 | 0 | 15 | 447 | 140 | 54 |
| Binary | 11001011 | 101 | 11011101 | 1000 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CB05DD
Complementary color
Monochromatic Colors of #CB05DD
Black with #CB05DD
Text Example
Text Example
White with #CB05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05DD; }
p { color: rgb(203,5,221); }
H1.HeaderClassName
{
color: #CB05DD;
}
.AnyTagClassName
{
color: #CB05DD;
}
</style>
background-color css
<style>
a { background-color: #CB05DD; }
a { background-color: rgb(203,5,221); }
div.DivClassName
{
background-color: #CB05DD;
}
.BgClassName
{
background-color: #CB05DD;
}
</style>
border-color css
<style>
span { border-color: #CB05DD; }
span { border-color: rgb(203,5,221); }
td.TdClassName
{
border-color: #CB05DD;
}
.TagClassName
{
border-color: #CB05DD;
}
</style>