Shades of Deep Magenta #CE20CF
Tints of Deep Magenta #CE20CF
RGB
CMYK
RGB Variations
Color information
#CE20CF (or 0xCE20CF) is known color: Deep Magenta. HEX triplet: CE, 20 and CF. RGB value is (206,32,207). Sum of RGB (Red+Green+Blue) = 206+32+207=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20CF is #31DF30. Grayscale: #676767. Windows color (decimal): -3268401 or 13574350. OLE color: 13574350.
HSL color Cylindrical-coordinate representation of color #CE20CF: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE20CF is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 207 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.19 |
| HSL | 299.66º | 0.73% | 0.47% | - |
| HSV(B) | 299.66º | 0.85% | 0.81% | - |
| XYZ | 37.23 | 18.66 | 60.67 | - |
| YUV | 103.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 207 | 0.00 | 0.85 | 0 | 0.19 | 299.66 | 0.73 | 0.47 |
| Hex | CE | 20 | CF | 0 | 55 | 0 | 13 | 12C | 49 | 2F |
| Octal | 316 | 40 | 317 | 0 | 125 | 0 | 23 | 454 | 111 | 57 |
| Binary | 11001110 | 100000 | 11001111 | 0 | 1010101 | 0 | 10011 | 100101100 | 1001001 | 101111 |
Color Harmonies of #CE20CF
Complementary color
Monochromatic Colors of #CE20CF
Black with #CE20CF
Text Example
Text Example
White with #CE20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20CF; }
p { color: rgb(206,32,207); }
H1.HeaderClassName
{
color: #CE20CF;
}
.AnyTagClassName
{
color: #CE20CF;
}
</style>
background-color css
<style>
a { background-color: #CE20CF; }
a { background-color: rgb(206,32,207); }
div.DivClassName
{
background-color: #CE20CF;
}
.BgClassName
{
background-color: #CE20CF;
}
</style>
border-color css
<style>
span { border-color: #CE20CF; }
span { border-color: rgb(206,32,207); }
td.TdClassName
{
border-color: #CE20CF;
}
.TagClassName
{
border-color: #CE20CF;
}
</style>