Shades of Deep Magenta #CB28BB
Tints of Deep Magenta #CB28BB
RGB
CMYK
RGB Variations
Color information
#CB28BB (or 0xCB28BB) is known color: Deep Magenta. HEX triplet: CB, 28 and BB. RGB value is (203,40,187). Sum of RGB (Red+Green+Blue) = 203+40+187=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28BB is #34D744. Grayscale: #696969. Windows color (decimal): -3462981 or 12265675. OLE color: 12265675.
HSL color Cylindrical-coordinate representation of color #CB28BB: hue angle of 305.89º 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 #CB28BB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 187 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.20 |
| HSL | 305.89º | 0.67% | 0.48% | - |
| HSV(B) | 305.89º | 0.8% | 0.8% | - |
| XYZ | 34.36 | 17.8 | 48.64 | - |
| YUV | 105.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 187 | 0 | 0.80 | 0.08 | 0.20 | 305.89 | 0.67 | 0.48 |
| Hex | CB | 28 | BB | 0 | 50 | 8 | 14 | 132 | 43 | 30 |
| Octal | 313 | 50 | 273 | 0 | 120 | 10 | 24 | 462 | 103 | 60 |
| Binary | 11001011 | 101000 | 10111011 | 0 | 1010000 | 1000 | 10100 | 100110010 | 1000011 | 110000 |
Color Harmonies of #CB28BB
Complementary color
Monochromatic Colors of #CB28BB
Black with #CB28BB
Text Example
Text Example
White with #CB28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28BB; }
p { color: rgb(203,40,187); }
H1.HeaderClassName
{
color: #CB28BB;
}
.AnyTagClassName
{
color: #CB28BB;
}
</style>
background-color css
<style>
a { background-color: #CB28BB; }
a { background-color: rgb(203,40,187); }
div.DivClassName
{
background-color: #CB28BB;
}
.BgClassName
{
background-color: #CB28BB;
}
</style>
border-color css
<style>
span { border-color: #CB28BB; }
span { border-color: rgb(203,40,187); }
td.TdClassName
{
border-color: #CB28BB;
}
.TagClassName
{
border-color: #CB28BB;
}
</style>