Shades of Medium Violet Red #CE10A8
Tints of Medium Violet Red #CE10A8
RGB
CMYK
RGB Variations
Color information
#CE10A8 (or 0xCE10A8) is known color: Medium Violet Red. HEX triplet: CE, 10 and A8. RGB value is (206,16,168). Sum of RGB (Red+Green+Blue) = 206+16+168=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10A8 is #31EF57. Grayscale: #595959. Windows color (decimal): -3272536 or 11014350. OLE color: 11014350.
HSL color Cylindrical-coordinate representation of color #CE10A8: hue angle of 312º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10A8 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 168 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.19 |
| HSL | 312º | 0.86% | 0.44% | - |
| HSV(B) | 312º | 0.92% | 0.81% | - |
| XYZ | 32.71 | 16.32 | 38.47 | - |
| YUV | 90.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 168 | 0 | 0.92 | 0.18 | 0.19 | 312 | 0.86 | 0.44 |
| Hex | CE | 10 | A8 | 0 | 5C | 12 | 13 | 138 | 56 | 2C |
| Octal | 316 | 20 | 250 | 0 | 134 | 22 | 23 | 470 | 126 | 54 |
| Binary | 11001110 | 10000 | 10101000 | 0 | 1011100 | 10010 | 10011 | 100111000 | 1010110 | 101100 |
Color Harmonies of #CE10A8
Complementary color
Monochromatic Colors of #CE10A8
Black with #CE10A8
Text Example
Text Example
White with #CE10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10A8; }
p { color: rgb(206,16,168); }
H1.HeaderClassName
{
color: #CE10A8;
}
.AnyTagClassName
{
color: #CE10A8;
}
</style>
background-color css
<style>
a { background-color: #CE10A8; }
a { background-color: rgb(206,16,168); }
div.DivClassName
{
background-color: #CE10A8;
}
.BgClassName
{
background-color: #CE10A8;
}
</style>
border-color css
<style>
span { border-color: #CE10A8; }
span { border-color: rgb(206,16,168); }
td.TdClassName
{
border-color: #CE10A8;
}
.TagClassName
{
border-color: #CE10A8;
}
</style>