Shades of Deep Magenta #CB28E4
Tints of Deep Magenta #CB28E4
RGB
CMYK
RGB Variations
Color information
#CB28E4 (or 0xCB28E4) is known color: Deep Magenta. HEX triplet: CB, 28 and E4. RGB value is (203,40,228). Sum of RGB (Red+Green+Blue) = 203+40+228=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28E4 is #34D71B. Grayscale: #6D6D6D. Windows color (decimal): -3462940 or 14952651. OLE color: 14952651.
HSL color Cylindrical-coordinate representation of color #CB28E4: hue angle of 292.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28E4 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 40 | 228 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.11 |
| HSL | 292.02º | 0.78% | 0.53% | - |
| HSV(B) | 292.02º | 0.82% | 0.89% | - |
| XYZ | 39.39 | 19.82 | 75.15 | - |
| YUV | 110.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 228 | 0.11 | 0.82 | 0 | 0.11 | 292.02 | 0.78 | 0.53 |
| Hex | CB | 28 | E4 | B | 52 | 0 | B | 124 | 4E | 35 |
| Octal | 313 | 50 | 344 | 13 | 122 | 0 | 13 | 444 | 116 | 65 |
| Binary | 11001011 | 101000 | 11100100 | 1011 | 1010010 | 0 | 1011 | 100100100 | 1001110 | 110101 |
Color Harmonies of #CB28E4
Complementary color
Monochromatic Colors of #CB28E4
Black with #CB28E4
Text Example
Text Example
White with #CB28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28E4; }
p { color: rgb(203,40,228); }
H1.HeaderClassName
{
color: #CB28E4;
}
.AnyTagClassName
{
color: #CB28E4;
}
</style>
background-color css
<style>
a { background-color: #CB28E4; }
a { background-color: rgb(203,40,228); }
div.DivClassName
{
background-color: #CB28E4;
}
.BgClassName
{
background-color: #CB28E4;
}
</style>
border-color css
<style>
span { border-color: #CB28E4; }
span { border-color: rgb(203,40,228); }
td.TdClassName
{
border-color: #CB28E4;
}
.TagClassName
{
border-color: #CB28E4;
}
</style>