Shades of Deep Magenta #CE20B2
Tints of Deep Magenta #CE20B2
RGB
CMYK
RGB Variations
Color information
#CE20B2 (or 0xCE20B2) is known color: Deep Magenta. HEX triplet: CE, 20 and B2. RGB value is (206,32,178). Sum of RGB (Red+Green+Blue) = 206+32+178=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20B2 is #31DF4D. Grayscale: #646464. Windows color (decimal): -3268430 or 11673806. OLE color: 11673806.
HSL color Cylindrical-coordinate representation of color #CE20B2: hue angle of 309.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE20B2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 178 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.19 |
| HSL | 309.66º | 0.73% | 0.47% | - |
| HSV(B) | 309.66º | 0.84% | 0.81% | - |
| XYZ | 34.01 | 17.37 | 43.68 | - |
| YUV | 100.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 178 | 0 | 0.84 | 0.14 | 0.19 | 309.66 | 0.73 | 0.47 |
| Hex | CE | 20 | B2 | 0 | 54 | E | 13 | 136 | 49 | 2F |
| Octal | 316 | 40 | 262 | 0 | 124 | 16 | 23 | 466 | 111 | 57 |
| Binary | 11001110 | 100000 | 10110010 | 0 | 1010100 | 1110 | 10011 | 100110110 | 1001001 | 101111 |
Color Harmonies of #CE20B2
Complementary color
Monochromatic Colors of #CE20B2
Black with #CE20B2
Text Example
Text Example
White with #CE20B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20B2; }
p { color: rgb(206,32,178); }
H1.HeaderClassName
{
color: #CE20B2;
}
.AnyTagClassName
{
color: #CE20B2;
}
</style>
background-color css
<style>
a { background-color: #CE20B2; }
a { background-color: rgb(206,32,178); }
div.DivClassName
{
background-color: #CE20B2;
}
.BgClassName
{
background-color: #CE20B2;
}
</style>
border-color css
<style>
span { border-color: #CE20B2; }
span { border-color: rgb(206,32,178); }
td.TdClassName
{
border-color: #CE20B2;
}
.TagClassName
{
border-color: #CE20B2;
}
</style>