Shades of Deep Magenta #CE0ACF
Tints of Deep Magenta #CE0ACF
RGB
CMYK
RGB Variations
Color information
#CE0ACF (or 0xCE0ACF) is known color: Deep Magenta. HEX triplet: CE, 0A and CF. RGB value is (206,10,207). Sum of RGB (Red+Green+Blue) = 206+10+207=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ACF is #31F530. Grayscale: #5A5A5A. Windows color (decimal): -3274033 or 13568718. OLE color: 13568718.
HSL color Cylindrical-coordinate representation of color #CE0ACF: hue angle of 299.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0ACF is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 207 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.19 |
| HSL | 299.7º | 0.91% | 0.43% | - |
| HSV(B) | 299.7º | 0.95% | 0.81% | - |
| XYZ | 36.82 | 17.84 | 60.53 | - |
| YUV | 91.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 207 | 0.00 | 0.95 | 0 | 0.19 | 299.7 | 0.91 | 0.43 |
| Hex | CE | A | CF | 0 | 5F | 0 | 13 | 12C | 5B | 2B |
| Octal | 316 | 12 | 317 | 0 | 137 | 0 | 23 | 454 | 133 | 53 |
| Binary | 11001110 | 1010 | 11001111 | 0 | 1011111 | 0 | 10011 | 100101100 | 1011011 | 101011 |
Color Harmonies of #CE0ACF
Complementary color
Monochromatic Colors of #CE0ACF
Black with #CE0ACF
Text Example
Text Example
White with #CE0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ACF; }
p { color: rgb(206,10,207); }
H1.HeaderClassName
{
color: #CE0ACF;
}
.AnyTagClassName
{
color: #CE0ACF;
}
</style>
background-color css
<style>
a { background-color: #CE0ACF; }
a { background-color: rgb(206,10,207); }
div.DivClassName
{
background-color: #CE0ACF;
}
.BgClassName
{
background-color: #CE0ACF;
}
</style>
border-color css
<style>
span { border-color: #CE0ACF; }
span { border-color: rgb(206,10,207); }
td.TdClassName
{
border-color: #CE0ACF;
}
.TagClassName
{
border-color: #CE0ACF;
}
</style>