Shades of Medium Violet Red #CE0174
Tints of Medium Violet Red #CE0174
RGB
CMYK
RGB Variations
Color information
#CE0174 (or 0xCE0174) is known color: Medium Violet Red. HEX triplet: CE, 01 and 74. RGB value is (206,1,116). Sum of RGB (Red+Green+Blue) = 206+1+116=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0174 is #31FE8B. Grayscale: #4B4B4B. Windows color (decimal): -3276428 or 7602638. OLE color: 7602638.
HSL color Cylindrical-coordinate representation of color #CE0174: hue angle of 326.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0174 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.19 |
| HSL | 326.34º | 0.99% | 0.41% | - |
| HSV(B) | 326.34º | 1% | 0.81% | - |
| XYZ | 28.62 | 14.4 | 17.8 | - |
| YUV | 75.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 116 | 0 | 1.00 | 0.44 | 0.19 | 326.34 | 0.99 | 0.41 |
| Hex | CE | 1 | 74 | 0 | 64 | 2C | 13 | 146 | 63 | 29 |
| Octal | 316 | 1 | 164 | 0 | 144 | 54 | 23 | 506 | 143 | 51 |
| Binary | 11001110 | 1 | 1110100 | 0 | 1100100 | 101100 | 10011 | 101000110 | 1100011 | 101001 |
Color Harmonies of #CE0174
Complementary color
Monochromatic Colors of #CE0174
Black with #CE0174
Text Example
Text Example
White with #CE0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0174; }
p { color: rgb(206,1,116); }
H1.HeaderClassName
{
color: #CE0174;
}
.AnyTagClassName
{
color: #CE0174;
}
</style>
background-color css
<style>
a { background-color: #CE0174; }
a { background-color: rgb(206,1,116); }
div.DivClassName
{
background-color: #CE0174;
}
.BgClassName
{
background-color: #CE0174;
}
</style>
border-color css
<style>
span { border-color: #CE0174; }
span { border-color: rgb(206,1,116); }
td.TdClassName
{
border-color: #CE0174;
}
.TagClassName
{
border-color: #CE0174;
}
</style>