Shades of Deep Magenta #CE14CF
Tints of Deep Magenta #CE14CF
RGB
CMYK
RGB Variations
Color information
#CE14CF (or 0xCE14CF) is known color: Deep Magenta. HEX triplet: CE, 14 and CF. RGB value is (206,20,207). Sum of RGB (Red+Green+Blue) = 206+20+207=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14CF is #31EB30. Grayscale: #606060. Windows color (decimal): -3271473 or 13571278. OLE color: 13571278.
HSL color Cylindrical-coordinate representation of color #CE14CF: hue angle of 299.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14CF is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 207 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.19 |
| HSL | 299.68º | 0.82% | 0.45% | - |
| HSV(B) | 299.68º | 0.9% | 0.81% | - |
| XYZ | 36.97 | 18.13 | 60.58 | - |
| YUV | 96.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 207 | 0.00 | 0.90 | 0 | 0.19 | 299.68 | 0.82 | 0.45 |
| Hex | CE | 14 | CF | 0 | 5A | 0 | 13 | 12C | 52 | 2D |
| Octal | 316 | 24 | 317 | 0 | 132 | 0 | 23 | 454 | 122 | 55 |
| Binary | 11001110 | 10100 | 11001111 | 0 | 1011010 | 0 | 10011 | 100101100 | 1010010 | 101101 |
Color Harmonies of #CE14CF
Complementary color
Monochromatic Colors of #CE14CF
Black with #CE14CF
Text Example
Text Example
White with #CE14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14CF; }
p { color: rgb(206,20,207); }
H1.HeaderClassName
{
color: #CE14CF;
}
.AnyTagClassName
{
color: #CE14CF;
}
</style>
background-color css
<style>
a { background-color: #CE14CF; }
a { background-color: rgb(206,20,207); }
div.DivClassName
{
background-color: #CE14CF;
}
.BgClassName
{
background-color: #CE14CF;
}
</style>
border-color css
<style>
span { border-color: #CE14CF; }
span { border-color: rgb(206,20,207); }
td.TdClassName
{
border-color: #CE14CF;
}
.TagClassName
{
border-color: #CE14CF;
}
</style>