Shades of Deep Magenta #CB29C8
Tints of Deep Magenta #CB29C8
RGB
CMYK
RGB Variations
Color information
#CB29C8 (or 0xCB29C8) is known color: Deep Magenta. HEX triplet: CB, 29 and C8. RGB value is (203,41,200). Sum of RGB (Red+Green+Blue) = 203+41+200=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29C8 is #34D637. Grayscale: #6B6B6B. Windows color (decimal): -3462712 or 13117899. OLE color: 13117899.
HSL color Cylindrical-coordinate representation of color #CB29C8: hue angle of 301.11º 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 #CB29C8 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 200 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.20 |
| HSL | 301.11º | 0.66% | 0.48% | - |
| HSV(B) | 301.11º | 0.8% | 0.8% | - |
| XYZ | 35.85 | 18.45 | 56.32 | - |
| YUV | 107.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 200 | 0 | 0.80 | 0.01 | 0.20 | 301.11 | 0.66 | 0.48 |
| Hex | CB | 29 | C8 | 0 | 50 | 1 | 14 | 12D | 42 | 30 |
| Octal | 313 | 51 | 310 | 0 | 120 | 1 | 24 | 455 | 102 | 60 |
| Binary | 11001011 | 101001 | 11001000 | 0 | 1010000 | 1 | 10100 | 100101101 | 1000010 | 110000 |
Color Harmonies of #CB29C8
Complementary color
Monochromatic Colors of #CB29C8
Black with #CB29C8
Text Example
Text Example
White with #CB29C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29C8; }
p { color: rgb(203,41,200); }
H1.HeaderClassName
{
color: #CB29C8;
}
.AnyTagClassName
{
color: #CB29C8;
}
</style>
background-color css
<style>
a { background-color: #CB29C8; }
a { background-color: rgb(203,41,200); }
div.DivClassName
{
background-color: #CB29C8;
}
.BgClassName
{
background-color: #CB29C8;
}
</style>
border-color css
<style>
span { border-color: #CB29C8; }
span { border-color: rgb(203,41,200); }
td.TdClassName
{
border-color: #CB29C8;
}
.TagClassName
{
border-color: #CB29C8;
}
</style>