Shades of Deep Magenta #CB22E2
Tints of Deep Magenta #CB22E2
RGB
CMYK
RGB Variations
Color information
#CB22E2 (or 0xCB22E2) is known color: Deep Magenta. HEX triplet: CB, 22 and E2. RGB value is (203,34,226). Sum of RGB (Red+Green+Blue) = 203+34+226=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB22E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22E2 is #34DD1D. Grayscale: #696969. Windows color (decimal): -3464478 or 14820043. OLE color: 14820043.
HSL color Cylindrical-coordinate representation of color #CB22E2: hue angle of 292.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB22E2 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 34 | 226 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.11 |
| HSL | 292.81º | 0.77% | 0.51% | - |
| HSV(B) | 292.81º | 0.85% | 0.89% | - |
| XYZ | 38.93 | 19.33 | 73.63 | - |
| YUV | 106.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 226 | 0.10 | 0.85 | 0 | 0.11 | 292.81 | 0.77 | 0.51 |
| Hex | CB | 22 | E2 | A | 55 | 0 | B | 125 | 4D | 33 |
| Octal | 313 | 42 | 342 | 12 | 125 | 0 | 13 | 445 | 115 | 63 |
| Binary | 11001011 | 100010 | 11100010 | 1010 | 1010101 | 0 | 1011 | 100100101 | 1001101 | 110011 |
Color Harmonies of #CB22E2
Complementary color
Monochromatic Colors of #CB22E2
Black with #CB22E2
Text Example
Text Example
White with #CB22E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22E2; }
p { color: rgb(203,34,226); }
H1.HeaderClassName
{
color: #CB22E2;
}
.AnyTagClassName
{
color: #CB22E2;
}
</style>
background-color css
<style>
a { background-color: #CB22E2; }
a { background-color: rgb(203,34,226); }
div.DivClassName
{
background-color: #CB22E2;
}
.BgClassName
{
background-color: #CB22E2;
}
</style>
border-color css
<style>
span { border-color: #CB22E2; }
span { border-color: rgb(203,34,226); }
td.TdClassName
{
border-color: #CB22E2;
}
.TagClassName
{
border-color: #CB22E2;
}
</style>