Shades of Deep Magenta #CB28C0
Tints of Deep Magenta #CB28C0
RGB
CMYK
RGB Variations
Color information
#CB28C0 (or 0xCB28C0) is known color: Deep Magenta. HEX triplet: CB, 28 and C0. RGB value is (203,40,192). Sum of RGB (Red+Green+Blue) = 203+40+192=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28C0 is #34D73F. Grayscale: #696969. Windows color (decimal): -3462976 or 12593355. OLE color: 12593355.
HSL color Cylindrical-coordinate representation of color #CB28C0: hue angle of 304.05º 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 #CB28C0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 192 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.20 |
| HSL | 304.05º | 0.67% | 0.48% | - |
| HSV(B) | 304.05º | 0.8% | 0.8% | - |
| XYZ | 34.9 | 18.02 | 51.51 | - |
| YUV | 106.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 192 | 0 | 0.80 | 0.05 | 0.20 | 304.05 | 0.67 | 0.48 |
| Hex | CB | 28 | C0 | 0 | 50 | 5 | 14 | 130 | 43 | 30 |
| Octal | 313 | 50 | 300 | 0 | 120 | 5 | 24 | 460 | 103 | 60 |
| Binary | 11001011 | 101000 | 11000000 | 0 | 1010000 | 101 | 10100 | 100110000 | 1000011 | 110000 |
Color Harmonies of #CB28C0
Complementary color
Monochromatic Colors of #CB28C0
Black with #CB28C0
Text Example
Text Example
White with #CB28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28C0; }
p { color: rgb(203,40,192); }
H1.HeaderClassName
{
color: #CB28C0;
}
.AnyTagClassName
{
color: #CB28C0;
}
</style>
background-color css
<style>
a { background-color: #CB28C0; }
a { background-color: rgb(203,40,192); }
div.DivClassName
{
background-color: #CB28C0;
}
.BgClassName
{
background-color: #CB28C0;
}
</style>
border-color css
<style>
span { border-color: #CB28C0; }
span { border-color: rgb(203,40,192); }
td.TdClassName
{
border-color: #CB28C0;
}
.TagClassName
{
border-color: #CB28C0;
}
</style>