Shades of Deep Magenta #CB0ADD
Tints of Deep Magenta #CB0ADD
RGB
CMYK
RGB Variations
Color information
#CB0ADD (or 0xCB0ADD) is known color: Deep Magenta. HEX triplet: CB, 0A and DD. RGB value is (203,10,221). Sum of RGB (Red+Green+Blue) = 203+10+221=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ADD is #34F522. Grayscale: #5B5B5B. Windows color (decimal): -3470627 or 14486219. OLE color: 14486219.
HSL color Cylindrical-coordinate representation of color #CB0ADD: hue angle of 294.88º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0ADD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 10 | 221 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 294.88º | 0.91% | 0.45% | - |
| HSV(B) | 294.88º | 0.95% | 0.87% | - |
| XYZ | 37.79 | 18.13 | 69.92 | - |
| YUV | 91.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 221 | 0.08 | 0.95 | 0 | 0.13 | 294.88 | 0.91 | 0.45 |
| Hex | CB | A | DD | 8 | 5F | 0 | D | 127 | 5B | 2D |
| Octal | 313 | 12 | 335 | 10 | 137 | 0 | 15 | 447 | 133 | 55 |
| Binary | 11001011 | 1010 | 11011101 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011011 | 101101 |
Color Harmonies of #CB0ADD
Complementary color
Monochromatic Colors of #CB0ADD
Black with #CB0ADD
Text Example
Text Example
White with #CB0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ADD; }
p { color: rgb(203,10,221); }
H1.HeaderClassName
{
color: #CB0ADD;
}
.AnyTagClassName
{
color: #CB0ADD;
}
</style>
background-color css
<style>
a { background-color: #CB0ADD; }
a { background-color: rgb(203,10,221); }
div.DivClassName
{
background-color: #CB0ADD;
}
.BgClassName
{
background-color: #CB0ADD;
}
</style>
border-color css
<style>
span { border-color: #CB0ADD; }
span { border-color: rgb(203,10,221); }
td.TdClassName
{
border-color: #CB0ADD;
}
.TagClassName
{
border-color: #CB0ADD;
}
</style>