Shades of Deep Magenta #CB28E2
Tints of Deep Magenta #CB28E2
RGB
CMYK
RGB Variations
Color information
#CB28E2 (or 0xCB28E2) is known color: Deep Magenta. HEX triplet: CB, 28 and E2. RGB value is (203,40,226). Sum of RGB (Red+Green+Blue) = 203+40+226=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB28E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28E2 is #34D71D. Grayscale: #6D6D6D. Windows color (decimal): -3462942 or 14821579. OLE color: 14821579.
HSL color Cylindrical-coordinate representation of color #CB28E2: hue angle of 292.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28E2 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 40 | 226 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.11 |
| HSL | 292.58º | 0.76% | 0.52% | - |
| HSV(B) | 292.58º | 0.82% | 0.89% | - |
| XYZ | 39.11 | 19.71 | 73.69 | - |
| YUV | 109.94 | 193.5 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 226 | 0.10 | 0.82 | 0 | 0.11 | 292.58 | 0.76 | 0.52 |
| Hex | CB | 28 | E2 | A | 52 | 0 | B | 125 | 4C | 34 |
| Octal | 313 | 50 | 342 | 12 | 122 | 0 | 13 | 445 | 114 | 64 |
| Binary | 11001011 | 101000 | 11100010 | 1010 | 1010010 | 0 | 1011 | 100100101 | 1001100 | 110100 |
Color Harmonies of #CB28E2
Complementary color
Monochromatic Colors of #CB28E2
Black with #CB28E2
Text Example
Text Example
White with #CB28E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28E2; }
p { color: rgb(203,40,226); }
H1.HeaderClassName
{
color: #CB28E2;
}
.AnyTagClassName
{
color: #CB28E2;
}
</style>
background-color css
<style>
a { background-color: #CB28E2; }
a { background-color: rgb(203,40,226); }
div.DivClassName
{
background-color: #CB28E2;
}
.BgClassName
{
background-color: #CB28E2;
}
</style>
border-color css
<style>
span { border-color: #CB28E2; }
span { border-color: rgb(203,40,226); }
td.TdClassName
{
border-color: #CB28E2;
}
.TagClassName
{
border-color: #CB28E2;
}
</style>