Shades of Deep Magenta #CE19CF
Tints of Deep Magenta #CE19CF
RGB
CMYK
RGB Variations
Color information
#CE19CF (or 0xCE19CF) is known color: Deep Magenta. HEX triplet: CE, 19 and CF. RGB value is (206,25,207). Sum of RGB (Red+Green+Blue) = 206+25+207=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19CF is #31E630. Grayscale: #636363. Windows color (decimal): -3270193 or 13572558. OLE color: 13572558.
HSL color Cylindrical-coordinate representation of color #CE19CF: hue angle of 299.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19CF is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 207 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.19 |
| HSL | 299.67º | 0.78% | 0.45% | - |
| HSV(B) | 299.67º | 0.88% | 0.81% | - |
| XYZ | 37.06 | 18.32 | 60.61 | - |
| YUV | 99.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 207 | 0.00 | 0.88 | 0 | 0.19 | 299.67 | 0.78 | 0.45 |
| Hex | CE | 19 | CF | 0 | 58 | 0 | 13 | 12C | 4E | 2D |
| Octal | 316 | 31 | 317 | 0 | 130 | 0 | 23 | 454 | 116 | 55 |
| Binary | 11001110 | 11001 | 11001111 | 0 | 1011000 | 0 | 10011 | 100101100 | 1001110 | 101101 |
Color Harmonies of #CE19CF
Complementary color
Monochromatic Colors of #CE19CF
Black with #CE19CF
Text Example
Text Example
White with #CE19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19CF; }
p { color: rgb(206,25,207); }
H1.HeaderClassName
{
color: #CE19CF;
}
.AnyTagClassName
{
color: #CE19CF;
}
</style>
background-color css
<style>
a { background-color: #CE19CF; }
a { background-color: rgb(206,25,207); }
div.DivClassName
{
background-color: #CE19CF;
}
.BgClassName
{
background-color: #CE19CF;
}
</style>
border-color css
<style>
span { border-color: #CE19CF; }
span { border-color: rgb(206,25,207); }
td.TdClassName
{
border-color: #CE19CF;
}
.TagClassName
{
border-color: #CE19CF;
}
</style>