Shades of Deep Magenta #CB28CA
Tints of Deep Magenta #CB28CA
RGB
CMYK
RGB Variations
Color information
#CB28CA (or 0xCB28CA) is known color: Deep Magenta. HEX triplet: CB, 28 and CA. RGB value is (203,40,202). Sum of RGB (Red+Green+Blue) = 203+40+202=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28CA is #34D735. Grayscale: #6A6A6A. Windows color (decimal): -3462966 or 13248715. OLE color: 13248715.
HSL color Cylindrical-coordinate representation of color #CB28CA: hue angle of 300.37º degrees, saturation: 0.67, 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 #CB28CA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 202 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.20 |
| HSL | 300.37º | 0.67% | 0.48% | - |
| HSV(B) | 300.37º | 0.8% | 0.8% | - |
| XYZ | 36.05 | 18.48 | 57.54 | - |
| YUV | 107.21 | 181.5 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 202 | 0 | 0.80 | 0.00 | 0.20 | 300.37 | 0.67 | 0.48 |
| Hex | CB | 28 | CA | 0 | 50 | 0 | 14 | 12C | 43 | 30 |
| Octal | 313 | 50 | 312 | 0 | 120 | 0 | 24 | 454 | 103 | 60 |
| Binary | 11001011 | 101000 | 11001010 | 0 | 1010000 | 0 | 10100 | 100101100 | 1000011 | 110000 |
Color Harmonies of #CB28CA
Complementary color
Monochromatic Colors of #CB28CA
Black with #CB28CA
Text Example
Text Example
White with #CB28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28CA; }
p { color: rgb(203,40,202); }
H1.HeaderClassName
{
color: #CB28CA;
}
.AnyTagClassName
{
color: #CB28CA;
}
</style>
background-color css
<style>
a { background-color: #CB28CA; }
a { background-color: rgb(203,40,202); }
div.DivClassName
{
background-color: #CB28CA;
}
.BgClassName
{
background-color: #CB28CA;
}
</style>
border-color css
<style>
span { border-color: #CB28CA; }
span { border-color: rgb(203,40,202); }
td.TdClassName
{
border-color: #CB28CA;
}
.TagClassName
{
border-color: #CB28CA;
}
</style>