Shades of Medium Violet Red #CE10A9
Tints of Medium Violet Red #CE10A9
RGB
CMYK
RGB Variations
Color information
#CE10A9 (or 0xCE10A9) is known color: Medium Violet Red. HEX triplet: CE, 10 and A9. RGB value is (206,16,169). Sum of RGB (Red+Green+Blue) = 206+16+169=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10A9 is #31EF56. Grayscale: #595959. Windows color (decimal): -3272535 or 11079886. OLE color: 11079886.
HSL color Cylindrical-coordinate representation of color #CE10A9: hue angle of 311.68º 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 #CE10A9 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 169 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.19 |
| HSL | 311.68º | 0.86% | 0.44% | - |
| HSV(B) | 311.68º | 0.92% | 0.81% | - |
| XYZ | 32.8 | 16.36 | 38.96 | - |
| YUV | 90.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 169 | 0 | 0.92 | 0.18 | 0.19 | 311.68 | 0.86 | 0.44 |
| Hex | CE | 10 | A9 | 0 | 5C | 12 | 13 | 138 | 56 | 2C |
| Octal | 316 | 20 | 251 | 0 | 134 | 22 | 23 | 470 | 126 | 54 |
| Binary | 11001110 | 10000 | 10101001 | 0 | 1011100 | 10010 | 10011 | 100111000 | 1010110 | 101100 |
Color Harmonies of #CE10A9
Complementary color
Monochromatic Colors of #CE10A9
Black with #CE10A9
Text Example
Text Example
White with #CE10A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10A9; }
p { color: rgb(206,16,169); }
H1.HeaderClassName
{
color: #CE10A9;
}
.AnyTagClassName
{
color: #CE10A9;
}
</style>
background-color css
<style>
a { background-color: #CE10A9; }
a { background-color: rgb(206,16,169); }
div.DivClassName
{
background-color: #CE10A9;
}
.BgClassName
{
background-color: #CE10A9;
}
</style>
border-color css
<style>
span { border-color: #CE10A9; }
span { border-color: rgb(206,16,169); }
td.TdClassName
{
border-color: #CE10A9;
}
.TagClassName
{
border-color: #CE10A9;
}
</style>