Shades of Deep Magenta #CB29D9
Tints of Deep Magenta #CB29D9
RGB
CMYK
RGB Variations
Color information
#CB29D9 (or 0xCB29D9) is known color: Deep Magenta. HEX triplet: CB, 29 and D9. RGB value is (203,41,217). Sum of RGB (Red+Green+Blue) = 203+41+217=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29D9 is #34D626. Grayscale: #6C6C6C. Windows color (decimal): -3462695 or 14232011. OLE color: 14232011.
HSL color Cylindrical-coordinate representation of color #CB29D9: hue angle of 295.23º 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 #CB29D9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 41 | 217 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.23º | 0.7% | 0.51% | - |
| HSV(B) | 295.23º | 0.81% | 0.85% | - |
| XYZ | 37.95 | 19.29 | 67.37 | - |
| YUV | 109.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 217 | 0.06 | 0.81 | 0 | 0.15 | 295.23 | 0.7 | 0.51 |
| Hex | CB | 29 | D9 | 6 | 51 | 0 | F | 127 | 46 | 33 |
| Octal | 313 | 51 | 331 | 6 | 121 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001011 | 101001 | 11011001 | 110 | 1010001 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CB29D9
Complementary color
Monochromatic Colors of #CB29D9
Black with #CB29D9
Text Example
Text Example
White with #CB29D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29D9; }
p { color: rgb(203,41,217); }
H1.HeaderClassName
{
color: #CB29D9;
}
.AnyTagClassName
{
color: #CB29D9;
}
</style>
background-color css
<style>
a { background-color: #CB29D9; }
a { background-color: rgb(203,41,217); }
div.DivClassName
{
background-color: #CB29D9;
}
.BgClassName
{
background-color: #CB29D9;
}
</style>
border-color css
<style>
span { border-color: #CB29D9; }
span { border-color: rgb(203,41,217); }
td.TdClassName
{
border-color: #CB29D9;
}
.TagClassName
{
border-color: #CB29D9;
}
</style>