Shades of Medium Violet Red #CE1185
Tints of Medium Violet Red #CE1185
RGB
CMYK
RGB Variations
Color information
#CE1185 (or 0xCE1185) is known color: Medium Violet Red. HEX triplet: CE, 11 and 85. RGB value is (206,17,133). Sum of RGB (Red+Green+Blue) = 206+17+133=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1185 is #31EE7A. Grayscale: #565656. Windows color (decimal): -3272315 or 8720846. OLE color: 8720846.
HSL color Cylindrical-coordinate representation of color #CE1185: hue angle of 323.17º 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 #CE1185 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 133 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.19 |
| HSL | 323.17º | 0.85% | 0.44% | - |
| HSV(B) | 323.17º | 0.92% | 0.81% | - |
| XYZ | 29.89 | 15.22 | 23.55 | - |
| YUV | 86.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 133 | 0 | 0.92 | 0.35 | 0.19 | 323.17 | 0.85 | 0.44 |
| Hex | CE | 11 | 85 | 0 | 5C | 23 | 13 | 143 | 55 | 2C |
| Octal | 316 | 21 | 205 | 0 | 134 | 43 | 23 | 503 | 125 | 54 |
| Binary | 11001110 | 10001 | 10000101 | 0 | 1011100 | 100011 | 10011 | 101000011 | 1010101 | 101100 |
Color Harmonies of #CE1185
Complementary color
Monochromatic Colors of #CE1185
Black with #CE1185
Text Example
Text Example
White with #CE1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1185; }
p { color: rgb(206,17,133); }
H1.HeaderClassName
{
color: #CE1185;
}
.AnyTagClassName
{
color: #CE1185;
}
</style>
background-color css
<style>
a { background-color: #CE1185; }
a { background-color: rgb(206,17,133); }
div.DivClassName
{
background-color: #CE1185;
}
.BgClassName
{
background-color: #CE1185;
}
</style>
border-color css
<style>
span { border-color: #CE1185; }
span { border-color: rgb(206,17,133); }
td.TdClassName
{
border-color: #CE1185;
}
.TagClassName
{
border-color: #CE1185;
}
</style>