Shades of Deep Magenta #CB29CA
Tints of Deep Magenta #CB29CA
RGB
CMYK
RGB Variations
Color information
#CB29CA (or 0xCB29CA) is known color: Deep Magenta. HEX triplet: CB, 29 and CA. RGB value is (203,41,202). Sum of RGB (Red+Green+Blue) = 203+41+202=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29CA is #34D635. Grayscale: #6B6B6B. Windows color (decimal): -3462710 or 13248971. OLE color: 13248971.
HSL color Cylindrical-coordinate representation of color #CB29CA: hue angle of 300.37º 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 #CB29CA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 202 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.20 |
| HSL | 300.37º | 0.66% | 0.48% | - |
| HSV(B) | 300.37º | 0.8% | 0.8% | - |
| XYZ | 36.08 | 18.55 | 57.56 | - |
| YUV | 107.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 202 | 0 | 0.80 | 0.00 | 0.20 | 300.37 | 0.66 | 0.48 |
| Hex | CB | 29 | CA | 0 | 50 | 0 | 14 | 12C | 42 | 30 |
| Octal | 313 | 51 | 312 | 0 | 120 | 0 | 24 | 454 | 102 | 60 |
| Binary | 11001011 | 101001 | 11001010 | 0 | 1010000 | 0 | 10100 | 100101100 | 1000010 | 110000 |
Color Harmonies of #CB29CA
Complementary color
Monochromatic Colors of #CB29CA
Black with #CB29CA
Text Example
Text Example
White with #CB29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29CA; }
p { color: rgb(203,41,202); }
H1.HeaderClassName
{
color: #CB29CA;
}
.AnyTagClassName
{
color: #CB29CA;
}
</style>
background-color css
<style>
a { background-color: #CB29CA; }
a { background-color: rgb(203,41,202); }
div.DivClassName
{
background-color: #CB29CA;
}
.BgClassName
{
background-color: #CB29CA;
}
</style>
border-color css
<style>
span { border-color: #CB29CA; }
span { border-color: rgb(203,41,202); }
td.TdClassName
{
border-color: #CB29CA;
}
.TagClassName
{
border-color: #CB29CA;
}
</style>