Shades of Deep Magenta #CE15CF
Tints of Deep Magenta #CE15CF
RGB
CMYK
RGB Variations
Color information
#CE15CF (or 0xCE15CF) is known color: Deep Magenta. HEX triplet: CE, 15 and CF. RGB value is (206,21,207). Sum of RGB (Red+Green+Blue) = 206+21+207=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15CF is #31EA30. Grayscale: #606060. Windows color (decimal): -3271217 or 13571534. OLE color: 13571534.
HSL color Cylindrical-coordinate representation of color #CE15CF: 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 #CE15CF is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 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.98 | 18.16 | 60.59 | - |
| YUV | 97.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 207 | 0.00 | 0.90 | 0 | 0.19 | 299.68 | 0.82 | 0.45 |
| Hex | CE | 15 | CF | 0 | 5A | 0 | 13 | 12C | 52 | 2D |
| Octal | 316 | 25 | 317 | 0 | 132 | 0 | 23 | 454 | 122 | 55 |
| Binary | 11001110 | 10101 | 11001111 | 0 | 1011010 | 0 | 10011 | 100101100 | 1010010 | 101101 |
Color Harmonies of #CE15CF
Complementary color
Monochromatic Colors of #CE15CF
Black with #CE15CF
Text Example
Text Example
White with #CE15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15CF; }
p { color: rgb(206,21,207); }
H1.HeaderClassName
{
color: #CE15CF;
}
.AnyTagClassName
{
color: #CE15CF;
}
</style>
background-color css
<style>
a { background-color: #CE15CF; }
a { background-color: rgb(206,21,207); }
div.DivClassName
{
background-color: #CE15CF;
}
.BgClassName
{
background-color: #CE15CF;
}
</style>
border-color css
<style>
span { border-color: #CE15CF; }
span { border-color: rgb(206,21,207); }
td.TdClassName
{
border-color: #CE15CF;
}
.TagClassName
{
border-color: #CE15CF;
}
</style>