Shades of Deep Magenta #CB28E0
Tints of Deep Magenta #CB28E0
RGB
CMYK
RGB Variations
Color information
#CB28E0 (or 0xCB28E0) is known color: Deep Magenta. HEX triplet: CB, 28 and E0. RGB value is (203,40,224). Sum of RGB (Red+Green+Blue) = 203+40+224=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28E0 is #34D71F. Grayscale: #6D6D6D. Windows color (decimal): -3462944 or 14690507. OLE color: 14690507.
HSL color Cylindrical-coordinate representation of color #CB28E0: hue angle of 293.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28E0 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 40 | 224 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.12 |
| HSL | 293.15º | 0.75% | 0.52% | - |
| HSV(B) | 293.15º | 0.82% | 0.88% | - |
| XYZ | 38.84 | 19.6 | 72.26 | - |
| YUV | 109.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 224 | 0.09 | 0.82 | 0 | 0.12 | 293.15 | 0.75 | 0.52 |
| Hex | CB | 28 | E0 | 9 | 52 | 0 | C | 125 | 4B | 34 |
| Octal | 313 | 50 | 340 | 11 | 122 | 0 | 14 | 445 | 113 | 64 |
| Binary | 11001011 | 101000 | 11100000 | 1001 | 1010010 | 0 | 1100 | 100100101 | 1001011 | 110100 |
Color Harmonies of #CB28E0
Complementary color
Monochromatic Colors of #CB28E0
Black with #CB28E0
Text Example
Text Example
White with #CB28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28E0; }
p { color: rgb(203,40,224); }
H1.HeaderClassName
{
color: #CB28E0;
}
.AnyTagClassName
{
color: #CB28E0;
}
</style>
background-color css
<style>
a { background-color: #CB28E0; }
a { background-color: rgb(203,40,224); }
div.DivClassName
{
background-color: #CB28E0;
}
.BgClassName
{
background-color: #CB28E0;
}
</style>
border-color css
<style>
span { border-color: #CB28E0; }
span { border-color: rgb(203,40,224); }
td.TdClassName
{
border-color: #CB28E0;
}
.TagClassName
{
border-color: #CB28E0;
}
</style>