Shades of Deep Magenta #CB2AD9
Tints of Deep Magenta #CB2AD9
RGB
CMYK
RGB Variations
Color information
#CB2AD9 (or 0xCB2AD9) is known color: Deep Magenta. HEX triplet: CB, 2A and D9. RGB value is (203,42,217). Sum of RGB (Red+Green+Blue) = 203+42+217=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2AD9 is #34D526. Grayscale: #6D6D6D. Windows color (decimal): -3462439 or 14232267. OLE color: 14232267.
HSL color Cylindrical-coordinate representation of color #CB2AD9: hue angle of 295.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2AD9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 42 | 217 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.2º | 0.7% | 0.51% | - |
| HSV(B) | 295.2º | 0.81% | 0.85% | - |
| XYZ | 37.98 | 19.36 | 67.38 | - |
| YUV | 110.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 217 | 0.06 | 0.81 | 0 | 0.15 | 295.2 | 0.7 | 0.51 |
| Hex | CB | 2A | D9 | 6 | 51 | 0 | F | 127 | 46 | 33 |
| Octal | 313 | 52 | 331 | 6 | 121 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001011 | 101010 | 11011001 | 110 | 1010001 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CB2AD9
Complementary color
Monochromatic Colors of #CB2AD9
Black with #CB2AD9
Text Example
Text Example
White with #CB2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2AD9; }
p { color: rgb(203,42,217); }
H1.HeaderClassName
{
color: #CB2AD9;
}
.AnyTagClassName
{
color: #CB2AD9;
}
</style>
background-color css
<style>
a { background-color: #CB2AD9; }
a { background-color: rgb(203,42,217); }
div.DivClassName
{
background-color: #CB2AD9;
}
.BgClassName
{
background-color: #CB2AD9;
}
</style>
border-color css
<style>
span { border-color: #CB2AD9; }
span { border-color: rgb(203,42,217); }
td.TdClassName
{
border-color: #CB2AD9;
}
.TagClassName
{
border-color: #CB2AD9;
}
</style>