Shades of Deep Magenta #CE1CCF
Tints of Deep Magenta #CE1CCF
RGB
CMYK
RGB Variations
Color information
#CE1CCF (or 0xCE1CCF) is known color: Deep Magenta. HEX triplet: CE, 1C and CF. RGB value is (206,28,207). Sum of RGB (Red+Green+Blue) = 206+28+207=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CCF is #31E330. Grayscale: #656565. Windows color (decimal): -3269425 or 13573326. OLE color: 13573326.
HSL color Cylindrical-coordinate representation of color #CE1CCF: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CCF is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 207 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.19 |
| HSL | 299.66º | 0.76% | 0.46% | - |
| HSV(B) | 299.66º | 0.86% | 0.81% | - |
| XYZ | 37.13 | 18.46 | 60.64 | - |
| YUV | 101.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 207 | 0.00 | 0.86 | 0 | 0.19 | 299.66 | 0.76 | 0.46 |
| Hex | CE | 1C | CF | 0 | 56 | 0 | 13 | 12C | 4C | 2E |
| Octal | 316 | 34 | 317 | 0 | 126 | 0 | 23 | 454 | 114 | 56 |
| Binary | 11001110 | 11100 | 11001111 | 0 | 1010110 | 0 | 10011 | 100101100 | 1001100 | 101110 |
Color Harmonies of #CE1CCF
Complementary color
Monochromatic Colors of #CE1CCF
Black with #CE1CCF
Text Example
Text Example
White with #CE1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CCF; }
p { color: rgb(206,28,207); }
H1.HeaderClassName
{
color: #CE1CCF;
}
.AnyTagClassName
{
color: #CE1CCF;
}
</style>
background-color css
<style>
a { background-color: #CE1CCF; }
a { background-color: rgb(206,28,207); }
div.DivClassName
{
background-color: #CE1CCF;
}
.BgClassName
{
background-color: #CE1CCF;
}
</style>
border-color css
<style>
span { border-color: #CE1CCF; }
span { border-color: rgb(206,28,207); }
td.TdClassName
{
border-color: #CE1CCF;
}
.TagClassName
{
border-color: #CE1CCF;
}
</style>