Shades of Medium Violet Red #CE1175
Tints of Medium Violet Red #CE1175
RGB
CMYK
RGB Variations
Color information
#CE1175 (or 0xCE1175) is known color: Medium Violet Red. HEX triplet: CE, 11 and 75. RGB value is (206,17,117). Sum of RGB (Red+Green+Blue) = 206+17+117=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1175 is #31EE8A. Grayscale: #545454. Windows color (decimal): -3272331 or 7672270. OLE color: 7672270.
HSL color Cylindrical-coordinate representation of color #CE1175: hue angle of 328.25º 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 #CE1175 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 117 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.19 |
| HSL | 328.25º | 0.85% | 0.44% | - |
| HSV(B) | 328.25º | 0.92% | 0.81% | - |
| XYZ | 28.86 | 14.81 | 18.17 | - |
| YUV | 84.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 117 | 0 | 0.92 | 0.43 | 0.19 | 328.25 | 0.85 | 0.44 |
| Hex | CE | 11 | 75 | 0 | 5C | 2B | 13 | 148 | 55 | 2C |
| Octal | 316 | 21 | 165 | 0 | 134 | 53 | 23 | 510 | 125 | 54 |
| Binary | 11001110 | 10001 | 1110101 | 0 | 1011100 | 101011 | 10011 | 101001000 | 1010101 | 101100 |
Color Harmonies of #CE1175
Complementary color
Monochromatic Colors of #CE1175
Black with #CE1175
Text Example
Text Example
White with #CE1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1175; }
p { color: rgb(206,17,117); }
H1.HeaderClassName
{
color: #CE1175;
}
.AnyTagClassName
{
color: #CE1175;
}
</style>
background-color css
<style>
a { background-color: #CE1175; }
a { background-color: rgb(206,17,117); }
div.DivClassName
{
background-color: #CE1175;
}
.BgClassName
{
background-color: #CE1175;
}
</style>
border-color css
<style>
span { border-color: #CE1175; }
span { border-color: rgb(206,17,117); }
td.TdClassName
{
border-color: #CE1175;
}
.TagClassName
{
border-color: #CE1175;
}
</style>