Shades of Deep Magenta #CE08AF
Tints of Deep Magenta #CE08AF
RGB
CMYK
RGB Variations
Color information
#CE08AF (or 0xCE08AF) is known color: Deep Magenta. HEX triplet: CE, 08 and AF. RGB value is (206,8,175). Sum of RGB (Red+Green+Blue) = 206+8+175=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE08AF is #31F750. Grayscale: #555555. Windows color (decimal): -3274577 or 11471054. OLE color: 11471054.
HSL color Cylindrical-coordinate representation of color #CE08AF: hue angle of 309.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08AF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.19 |
| HSL | 309.39º | 0.93% | 0.42% | - |
| HSV(B) | 309.39º | 0.96% | 0.81% | - |
| XYZ | 33.28 | 16.39 | 41.97 | - |
| YUV | 86.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 175 | 0 | 0.96 | 0.15 | 0.19 | 309.39 | 0.93 | 0.42 |
| Hex | CE | 8 | AF | 0 | 60 | F | 13 | 135 | 5D | 2A |
| Octal | 316 | 10 | 257 | 0 | 140 | 17 | 23 | 465 | 135 | 52 |
| Binary | 11001110 | 1000 | 10101111 | 0 | 1100000 | 1111 | 10011 | 100110101 | 1011101 | 101010 |
Color Harmonies of #CE08AF
Complementary color
Monochromatic Colors of #CE08AF
Black with #CE08AF
Text Example
Text Example
White with #CE08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08AF; }
p { color: rgb(206,8,175); }
H1.HeaderClassName
{
color: #CE08AF;
}
.AnyTagClassName
{
color: #CE08AF;
}
</style>
background-color css
<style>
a { background-color: #CE08AF; }
a { background-color: rgb(206,8,175); }
div.DivClassName
{
background-color: #CE08AF;
}
.BgClassName
{
background-color: #CE08AF;
}
</style>
border-color css
<style>
span { border-color: #CE08AF; }
span { border-color: rgb(206,8,175); }
td.TdClassName
{
border-color: #CE08AF;
}
.TagClassName
{
border-color: #CE08AF;
}
</style>