Shades of Deep Magenta #CB0AD6
Tints of Deep Magenta #CB0AD6
RGB
CMYK
RGB Variations
Color information
#CB0AD6 (or 0xCB0AD6) is known color: Deep Magenta. HEX triplet: CB, 0A and D6. RGB value is (203,10,214). Sum of RGB (Red+Green+Blue) = 203+10+214=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB0AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0AD6 is #34F529. Grayscale: #5A5A5A. Windows color (decimal): -3470634 or 14027467. OLE color: 14027467.
HSL color Cylindrical-coordinate representation of color #CB0AD6: hue angle of 296.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0AD6 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 10 | 214 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.16 |
| HSL | 296.76º | 0.91% | 0.44% | - |
| HSV(B) | 296.76º | 0.95% | 0.84% | - |
| XYZ | 36.87 | 17.77 | 65.1 | - |
| YUV | 90.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 214 | 0.05 | 0.95 | 0 | 0.16 | 296.76 | 0.91 | 0.44 |
| Hex | CB | A | D6 | 5 | 5F | 0 | 10 | 129 | 5B | 2C |
| Octal | 313 | 12 | 326 | 5 | 137 | 0 | 20 | 451 | 133 | 54 |
| Binary | 11001011 | 1010 | 11010110 | 101 | 1011111 | 0 | 10000 | 100101001 | 1011011 | 101100 |
Color Harmonies of #CB0AD6
Complementary color
Monochromatic Colors of #CB0AD6
Black with #CB0AD6
Text Example
Text Example
White with #CB0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AD6; }
p { color: rgb(203,10,214); }
H1.HeaderClassName
{
color: #CB0AD6;
}
.AnyTagClassName
{
color: #CB0AD6;
}
</style>
background-color css
<style>
a { background-color: #CB0AD6; }
a { background-color: rgb(203,10,214); }
div.DivClassName
{
background-color: #CB0AD6;
}
.BgClassName
{
background-color: #CB0AD6;
}
</style>
border-color css
<style>
span { border-color: #CB0AD6; }
span { border-color: rgb(203,10,214); }
td.TdClassName
{
border-color: #CB0AD6;
}
.TagClassName
{
border-color: #CB0AD6;
}
</style>