Shades of Deep Magenta #CB29BC
Tints of Deep Magenta #CB29BC
RGB
CMYK
RGB Variations
Color information
#CB29BC (or 0xCB29BC) is known color: Deep Magenta. HEX triplet: CB, 29 and BC. RGB value is (203,41,188). Sum of RGB (Red+Green+Blue) = 203+41+188=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29BC is #34D643. Grayscale: #696969. Windows color (decimal): -3462724 or 12331467. OLE color: 12331467.
HSL color Cylindrical-coordinate representation of color #CB29BC: hue angle of 305.56º 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 #CB29BC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 188 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.20 |
| HSL | 305.56º | 0.66% | 0.48% | - |
| HSV(B) | 305.56º | 0.8% | 0.8% | - |
| XYZ | 34.5 | 17.91 | 49.22 | - |
| YUV | 106.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 188 | 0 | 0.80 | 0.07 | 0.20 | 305.56 | 0.66 | 0.48 |
| Hex | CB | 29 | BC | 0 | 50 | 7 | 14 | 132 | 42 | 30 |
| Octal | 313 | 51 | 274 | 0 | 120 | 7 | 24 | 462 | 102 | 60 |
| Binary | 11001011 | 101001 | 10111100 | 0 | 1010000 | 111 | 10100 | 100110010 | 1000010 | 110000 |
Color Harmonies of #CB29BC
Complementary color
Monochromatic Colors of #CB29BC
Black with #CB29BC
Text Example
Text Example
White with #CB29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29BC; }
p { color: rgb(203,41,188); }
H1.HeaderClassName
{
color: #CB29BC;
}
.AnyTagClassName
{
color: #CB29BC;
}
</style>
background-color css
<style>
a { background-color: #CB29BC; }
a { background-color: rgb(203,41,188); }
div.DivClassName
{
background-color: #CB29BC;
}
.BgClassName
{
background-color: #CB29BC;
}
</style>
border-color css
<style>
span { border-color: #CB29BC; }
span { border-color: rgb(203,41,188); }
td.TdClassName
{
border-color: #CB29BC;
}
.TagClassName
{
border-color: #CB29BC;
}
</style>