Shades of Deep Magenta #CE20B5
Tints of Deep Magenta #CE20B5
RGB
CMYK
RGB Variations
Color information
#CE20B5 (or 0xCE20B5) is known color: Deep Magenta. HEX triplet: CE, 20 and B5. RGB value is (206,32,181). Sum of RGB (Red+Green+Blue) = 206+32+181=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20B5 is #31DF4A. Grayscale: #646464. Windows color (decimal): -3268427 or 11870414. OLE color: 11870414.
HSL color Cylindrical-coordinate representation of color #CE20B5: hue angle of 308.62º 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 #CE20B5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 181 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.19 |
| HSL | 308.62º | 0.73% | 0.47% | - |
| HSV(B) | 308.62º | 0.84% | 0.81% | - |
| XYZ | 34.31 | 17.49 | 45.28 | - |
| YUV | 101.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 181 | 0 | 0.84 | 0.12 | 0.19 | 308.62 | 0.73 | 0.47 |
| Hex | CE | 20 | B5 | 0 | 54 | C | 13 | 135 | 49 | 2F |
| Octal | 316 | 40 | 265 | 0 | 124 | 14 | 23 | 465 | 111 | 57 |
| Binary | 11001110 | 100000 | 10110101 | 0 | 1010100 | 1100 | 10011 | 100110101 | 1001001 | 101111 |
Color Harmonies of #CE20B5
Complementary color
Monochromatic Colors of #CE20B5
Black with #CE20B5
Text Example
Text Example
White with #CE20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20B5; }
p { color: rgb(206,32,181); }
H1.HeaderClassName
{
color: #CE20B5;
}
.AnyTagClassName
{
color: #CE20B5;
}
</style>
background-color css
<style>
a { background-color: #CE20B5; }
a { background-color: rgb(206,32,181); }
div.DivClassName
{
background-color: #CE20B5;
}
.BgClassName
{
background-color: #CE20B5;
}
</style>
border-color css
<style>
span { border-color: #CE20B5; }
span { border-color: rgb(206,32,181); }
td.TdClassName
{
border-color: #CE20B5;
}
.TagClassName
{
border-color: #CE20B5;
}
</style>