Shades of Medium Violet Red #CE117A
Tints of Medium Violet Red #CE117A
RGB
CMYK
RGB Variations
Color information
#CE117A (or 0xCE117A) is known color: Medium Violet Red. HEX triplet: CE, 11 and 7A. RGB value is (206,17,122). Sum of RGB (Red+Green+Blue) = 206+17+122=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE117A is #31EE85. Grayscale: #555555. Windows color (decimal): -3272326 or 7999950. OLE color: 7999950.
HSL color Cylindrical-coordinate representation of color #CE117A: hue angle of 326.67º degrees, saturation: 0.85, 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 #CE117A is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.19 |
| HSL | 326.67º | 0.85% | 0.44% | - |
| HSV(B) | 326.67º | 0.92% | 0.81% | - |
| XYZ | 29.17 | 14.93 | 19.76 | - |
| YUV | 85.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 122 | 0 | 0.92 | 0.41 | 0.19 | 326.67 | 0.85 | 0.44 |
| Hex | CE | 11 | 7A | 0 | 5C | 29 | 13 | 147 | 55 | 2C |
| Octal | 316 | 21 | 172 | 0 | 134 | 51 | 23 | 507 | 125 | 54 |
| Binary | 11001110 | 10001 | 1111010 | 0 | 1011100 | 101001 | 10011 | 101000111 | 1010101 | 101100 |
Color Harmonies of #CE117A
Complementary color
Monochromatic Colors of #CE117A
Black with #CE117A
Text Example
Text Example
White with #CE117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE117A; }
p { color: rgb(206,17,122); }
H1.HeaderClassName
{
color: #CE117A;
}
.AnyTagClassName
{
color: #CE117A;
}
</style>
background-color css
<style>
a { background-color: #CE117A; }
a { background-color: rgb(206,17,122); }
div.DivClassName
{
background-color: #CE117A;
}
.BgClassName
{
background-color: #CE117A;
}
</style>
border-color css
<style>
span { border-color: #CE117A; }
span { border-color: rgb(206,17,122); }
td.TdClassName
{
border-color: #CE117A;
}
.TagClassName
{
border-color: #CE117A;
}
</style>