Shades of Deep Magenta #CB28CE
Tints of Deep Magenta #CB28CE
RGB
CMYK
RGB Variations
Color information
#CB28CE (or 0xCB28CE) is known color: Deep Magenta. HEX triplet: CB, 28 and CE. RGB value is (203,40,206). Sum of RGB (Red+Green+Blue) = 203+40+206=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28CE is #34D731. Grayscale: #6B6B6B. Windows color (decimal): -3462962 or 13510859. OLE color: 13510859.
HSL color Cylindrical-coordinate representation of color #CB28CE: hue angle of 298.92º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28CE is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 40 | 206 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.19 |
| HSL | 298.92º | 0.67% | 0.48% | - |
| HSV(B) | 298.92º | 0.81% | 0.81% | - |
| XYZ | 36.53 | 18.67 | 60.07 | - |
| YUV | 107.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 206 | 0.01 | 0.81 | 0 | 0.19 | 298.92 | 0.67 | 0.48 |
| Hex | CB | 28 | CE | 1 | 51 | 0 | 13 | 12B | 43 | 30 |
| Octal | 313 | 50 | 316 | 1 | 121 | 0 | 23 | 453 | 103 | 60 |
| Binary | 11001011 | 101000 | 11001110 | 1 | 1010001 | 0 | 10011 | 100101011 | 1000011 | 110000 |
Color Harmonies of #CB28CE
Complementary color
Monochromatic Colors of #CB28CE
Black with #CB28CE
Text Example
Text Example
White with #CB28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28CE; }
p { color: rgb(203,40,206); }
H1.HeaderClassName
{
color: #CB28CE;
}
.AnyTagClassName
{
color: #CB28CE;
}
</style>
background-color css
<style>
a { background-color: #CB28CE; }
a { background-color: rgb(203,40,206); }
div.DivClassName
{
background-color: #CB28CE;
}
.BgClassName
{
background-color: #CB28CE;
}
</style>
border-color css
<style>
span { border-color: #CB28CE; }
span { border-color: rgb(203,40,206); }
td.TdClassName
{
border-color: #CB28CE;
}
.TagClassName
{
border-color: #CB28CE;
}
</style>