Shades of Deep Magenta #CE20B4
Tints of Deep Magenta #CE20B4
RGB
CMYK
RGB Variations
Color information
#CE20B4 (or 0xCE20B4) is known color: Deep Magenta. HEX triplet: CE, 20 and B4. RGB value is (206,32,180). Sum of RGB (Red+Green+Blue) = 206+32+180=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20B4 is #31DF4B. Grayscale: #646464. Windows color (decimal): -3268428 or 11804878. OLE color: 11804878.
HSL color Cylindrical-coordinate representation of color #CE20B4: hue angle of 308.97º 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 #CE20B4 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 180 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.19 |
| HSL | 308.97º | 0.73% | 0.47% | - |
| HSV(B) | 308.97º | 0.84% | 0.81% | - |
| XYZ | 34.21 | 17.45 | 44.75 | - |
| YUV | 100.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 180 | 0 | 0.84 | 0.13 | 0.19 | 308.97 | 0.73 | 0.47 |
| Hex | CE | 20 | B4 | 0 | 54 | D | 13 | 135 | 49 | 2F |
| Octal | 316 | 40 | 264 | 0 | 124 | 15 | 23 | 465 | 111 | 57 |
| Binary | 11001110 | 100000 | 10110100 | 0 | 1010100 | 1101 | 10011 | 100110101 | 1001001 | 101111 |
Color Harmonies of #CE20B4
Complementary color
Monochromatic Colors of #CE20B4
Black with #CE20B4
Text Example
Text Example
White with #CE20B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20B4; }
p { color: rgb(206,32,180); }
H1.HeaderClassName
{
color: #CE20B4;
}
.AnyTagClassName
{
color: #CE20B4;
}
</style>
background-color css
<style>
a { background-color: #CE20B4; }
a { background-color: rgb(206,32,180); }
div.DivClassName
{
background-color: #CE20B4;
}
.BgClassName
{
background-color: #CE20B4;
}
</style>
border-color css
<style>
span { border-color: #CE20B4; }
span { border-color: rgb(206,32,180); }
td.TdClassName
{
border-color: #CE20B4;
}
.TagClassName
{
border-color: #CE20B4;
}
</style>