Shades of Deep Magenta #CE22B5
Tints of Deep Magenta #CE22B5
RGB
CMYK
RGB Variations
Color information
#CE22B5 (or 0xCE22B5) is known color: Deep Magenta. HEX triplet: CE, 22 and B5. RGB value is (206,34,181). Sum of RGB (Red+Green+Blue) = 206+34+181=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22B5 is #31DD4A. Grayscale: #656565. Windows color (decimal): -3267915 or 11870926. OLE color: 11870926.
HSL color Cylindrical-coordinate representation of color #CE22B5: hue angle of 308.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE22B5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 181 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.19 |
| HSL | 308.72º | 0.72% | 0.47% | - |
| HSV(B) | 308.72º | 0.83% | 0.81% | - |
| XYZ | 34.37 | 17.6 | 45.3 | - |
| YUV | 102.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 181 | 0 | 0.83 | 0.12 | 0.19 | 308.72 | 0.72 | 0.47 |
| Hex | CE | 22 | B5 | 0 | 53 | C | 13 | 135 | 48 | 2F |
| Octal | 316 | 42 | 265 | 0 | 123 | 14 | 23 | 465 | 110 | 57 |
| Binary | 11001110 | 100010 | 10110101 | 0 | 1010011 | 1100 | 10011 | 100110101 | 1001000 | 101111 |
Color Harmonies of #CE22B5
Complementary color
Monochromatic Colors of #CE22B5
Black with #CE22B5
Text Example
Text Example
White with #CE22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22B5; }
p { color: rgb(206,34,181); }
H1.HeaderClassName
{
color: #CE22B5;
}
.AnyTagClassName
{
color: #CE22B5;
}
</style>
background-color css
<style>
a { background-color: #CE22B5; }
a { background-color: rgb(206,34,181); }
div.DivClassName
{
background-color: #CE22B5;
}
.BgClassName
{
background-color: #CE22B5;
}
</style>
border-color css
<style>
span { border-color: #CE22B5; }
span { border-color: rgb(206,34,181); }
td.TdClassName
{
border-color: #CE22B5;
}
.TagClassName
{
border-color: #CE22B5;
}
</style>