Shades of Deep Magenta #CB29BD
Tints of Deep Magenta #CB29BD
RGB
CMYK
RGB Variations
Color information
#CB29BD (or 0xCB29BD) is known color: Deep Magenta. HEX triplet: CB, 29 and BD. RGB value is (203,41,189). Sum of RGB (Red+Green+Blue) = 203+41+189=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29BD is #34D642. Grayscale: #696969. Windows color (decimal): -3462723 or 12397003. OLE color: 12397003.
HSL color Cylindrical-coordinate representation of color #CB29BD: hue angle of 305.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB29BD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 189 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.20 |
| HSL | 305.19º | 0.66% | 0.48% | - |
| HSV(B) | 305.19º | 0.8% | 0.8% | - |
| XYZ | 34.61 | 17.96 | 49.79 | - |
| YUV | 106.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 189 | 0 | 0.80 | 0.07 | 0.20 | 305.19 | 0.66 | 0.48 |
| Hex | CB | 29 | BD | 0 | 50 | 7 | 14 | 131 | 42 | 30 |
| Octal | 313 | 51 | 275 | 0 | 120 | 7 | 24 | 461 | 102 | 60 |
| Binary | 11001011 | 101001 | 10111101 | 0 | 1010000 | 111 | 10100 | 100110001 | 1000010 | 110000 |
Color Harmonies of #CB29BD
Complementary color
Monochromatic Colors of #CB29BD
Black with #CB29BD
Text Example
Text Example
White with #CB29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29BD; }
p { color: rgb(203,41,189); }
H1.HeaderClassName
{
color: #CB29BD;
}
.AnyTagClassName
{
color: #CB29BD;
}
</style>
background-color css
<style>
a { background-color: #CB29BD; }
a { background-color: rgb(203,41,189); }
div.DivClassName
{
background-color: #CB29BD;
}
.BgClassName
{
background-color: #CB29BD;
}
</style>
border-color css
<style>
span { border-color: #CB29BD; }
span { border-color: rgb(203,41,189); }
td.TdClassName
{
border-color: #CB29BD;
}
.TagClassName
{
border-color: #CB29BD;
}
</style>