Shades of Medium Violet Red #CE1075
Tints of Medium Violet Red #CE1075
RGB
CMYK
RGB Variations
Color information
#CE1075 (or 0xCE1075) is known color: Medium Violet Red. HEX triplet: CE, 10 and 75. RGB value is (206,16,117). Sum of RGB (Red+Green+Blue) = 206+16+117=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1075 is #31EF8A. Grayscale: #545454. Windows color (decimal): -3272587 or 7672014. OLE color: 7672014.
HSL color Cylindrical-coordinate representation of color #CE1075: hue angle of 328.11º 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 #CE1075 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.19 |
| HSL | 328.11º | 0.86% | 0.44% | - |
| HSV(B) | 328.11º | 0.92% | 0.81% | - |
| XYZ | 28.85 | 14.78 | 18.16 | - |
| YUV | 84.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 117 | 0 | 0.92 | 0.43 | 0.19 | 328.11 | 0.86 | 0.44 |
| Hex | CE | 10 | 75 | 0 | 5C | 2B | 13 | 148 | 56 | 2C |
| Octal | 316 | 20 | 165 | 0 | 134 | 53 | 23 | 510 | 126 | 54 |
| Binary | 11001110 | 10000 | 1110101 | 0 | 1011100 | 101011 | 10011 | 101001000 | 1010110 | 101100 |
Color Harmonies of #CE1075
Complementary color
Monochromatic Colors of #CE1075
Black with #CE1075
Text Example
Text Example
White with #CE1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1075; }
p { color: rgb(206,16,117); }
H1.HeaderClassName
{
color: #CE1075;
}
.AnyTagClassName
{
color: #CE1075;
}
</style>
background-color css
<style>
a { background-color: #CE1075; }
a { background-color: rgb(206,16,117); }
div.DivClassName
{
background-color: #CE1075;
}
.BgClassName
{
background-color: #CE1075;
}
</style>
border-color css
<style>
span { border-color: #CE1075; }
span { border-color: rgb(206,16,117); }
td.TdClassName
{
border-color: #CE1075;
}
.TagClassName
{
border-color: #CE1075;
}
</style>