Shades of Deep Magenta #CE22B4
Tints of Deep Magenta #CE22B4
RGB
CMYK
RGB Variations
Color information
#CE22B4 (or 0xCE22B4) is known color: Deep Magenta. HEX triplet: CE, 22 and B4. RGB value is (206,34,180). Sum of RGB (Red+Green+Blue) = 206+34+180=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22B4 is #31DD4B. Grayscale: #656565. Windows color (decimal): -3267916 or 11805390. OLE color: 11805390.
HSL color Cylindrical-coordinate representation of color #CE22B4: hue angle of 309.07º 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 #CE22B4 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 180 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.19 |
| HSL | 309.07º | 0.72% | 0.47% | - |
| HSV(B) | 309.07º | 0.83% | 0.81% | - |
| XYZ | 34.26 | 17.56 | 44.76 | - |
| YUV | 102.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 180 | 0 | 0.83 | 0.13 | 0.19 | 309.07 | 0.72 | 0.47 |
| Hex | CE | 22 | B4 | 0 | 53 | D | 13 | 135 | 48 | 2F |
| Octal | 316 | 42 | 264 | 0 | 123 | 15 | 23 | 465 | 110 | 57 |
| Binary | 11001110 | 100010 | 10110100 | 0 | 1010011 | 1101 | 10011 | 100110101 | 1001000 | 101111 |
Color Harmonies of #CE22B4
Complementary color
Monochromatic Colors of #CE22B4
Black with #CE22B4
Text Example
Text Example
White with #CE22B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22B4; }
p { color: rgb(206,34,180); }
H1.HeaderClassName
{
color: #CE22B4;
}
.AnyTagClassName
{
color: #CE22B4;
}
</style>
background-color css
<style>
a { background-color: #CE22B4; }
a { background-color: rgb(206,34,180); }
div.DivClassName
{
background-color: #CE22B4;
}
.BgClassName
{
background-color: #CE22B4;
}
</style>
border-color css
<style>
span { border-color: #CE22B4; }
span { border-color: rgb(206,34,180); }
td.TdClassName
{
border-color: #CE22B4;
}
.TagClassName
{
border-color: #CE22B4;
}
</style>