Shades of Deep Magenta #CB28D8
Tints of Deep Magenta #CB28D8
RGB
CMYK
RGB Variations
Color information
#CB28D8 (or 0xCB28D8) is known color: Deep Magenta. HEX triplet: CB, 28 and D8. RGB value is (203,40,216). Sum of RGB (Red+Green+Blue) = 203+40+216=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28D8 is #34D727. Grayscale: #6C6C6C. Windows color (decimal): -3462952 or 14166219. OLE color: 14166219.
HSL color Cylindrical-coordinate representation of color #CB28D8: hue angle of 295.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28D8 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 40 | 216 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.57º | 0.69% | 0.5% | - |
| HSV(B) | 295.57º | 0.81% | 0.85% | - |
| XYZ | 37.78 | 19.17 | 66.67 | - |
| YUV | 108.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 216 | 0.06 | 0.81 | 0 | 0.15 | 295.57 | 0.69 | 0.5 |
| Hex | CB | 28 | D8 | 6 | 51 | 0 | F | 128 | 45 | 32 |
| Octal | 313 | 50 | 330 | 6 | 121 | 0 | 17 | 450 | 105 | 62 |
| Binary | 11001011 | 101000 | 11011000 | 110 | 1010001 | 0 | 1111 | 100101000 | 1000101 | 110010 |
Color Harmonies of #CB28D8
Complementary color
Monochromatic Colors of #CB28D8
Black with #CB28D8
Text Example
Text Example
White with #CB28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28D8; }
p { color: rgb(203,40,216); }
H1.HeaderClassName
{
color: #CB28D8;
}
.AnyTagClassName
{
color: #CB28D8;
}
</style>
background-color css
<style>
a { background-color: #CB28D8; }
a { background-color: rgb(203,40,216); }
div.DivClassName
{
background-color: #CB28D8;
}
.BgClassName
{
background-color: #CB28D8;
}
</style>
border-color css
<style>
span { border-color: #CB28D8; }
span { border-color: rgb(203,40,216); }
td.TdClassName
{
border-color: #CB28D8;
}
.TagClassName
{
border-color: #CB28D8;
}
</style>