Shades of Deep Magenta #CB29C0
Tints of Deep Magenta #CB29C0
RGB
CMYK
RGB Variations
Color information
#CB29C0 (or 0xCB29C0) is known color: Deep Magenta. HEX triplet: CB, 29 and C0. RGB value is (203,41,192). Sum of RGB (Red+Green+Blue) = 203+41+192=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29C0 is #34D63F. Grayscale: #6A6A6A. Windows color (decimal): -3462720 or 12593611. OLE color: 12593611.
HSL color Cylindrical-coordinate representation of color #CB29C0: hue angle of 304.07º 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 #CB29C0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 192 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.20 |
| HSL | 304.07º | 0.66% | 0.48% | - |
| HSV(B) | 304.07º | 0.8% | 0.8% | - |
| XYZ | 34.94 | 18.09 | 51.52 | - |
| YUV | 106.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 192 | 0 | 0.80 | 0.05 | 0.20 | 304.07 | 0.66 | 0.48 |
| Hex | CB | 29 | C0 | 0 | 50 | 5 | 14 | 130 | 42 | 30 |
| Octal | 313 | 51 | 300 | 0 | 120 | 5 | 24 | 460 | 102 | 60 |
| Binary | 11001011 | 101001 | 11000000 | 0 | 1010000 | 101 | 10100 | 100110000 | 1000010 | 110000 |
Color Harmonies of #CB29C0
Complementary color
Monochromatic Colors of #CB29C0
Black with #CB29C0
Text Example
Text Example
White with #CB29C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29C0; }
p { color: rgb(203,41,192); }
H1.HeaderClassName
{
color: #CB29C0;
}
.AnyTagClassName
{
color: #CB29C0;
}
</style>
background-color css
<style>
a { background-color: #CB29C0; }
a { background-color: rgb(203,41,192); }
div.DivClassName
{
background-color: #CB29C0;
}
.BgClassName
{
background-color: #CB29C0;
}
</style>
border-color css
<style>
span { border-color: #CB29C0; }
span { border-color: rgb(203,41,192); }
td.TdClassName
{
border-color: #CB29C0;
}
.TagClassName
{
border-color: #CB29C0;
}
</style>