Shades of Medium Violet Red #CE0171
Tints of Medium Violet Red #CE0171
RGB
CMYK
RGB Variations
Color information
#CE0171 (or 0xCE0171) is known color: Medium Violet Red. HEX triplet: CE, 01 and 71. RGB value is (206,1,113). Sum of RGB (Red+Green+Blue) = 206+1+113=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0171 is #31FE8E. Grayscale: #4A4A4A. Windows color (decimal): -3276431 or 7406030. OLE color: 7406030.
HSL color Cylindrical-coordinate representation of color #CE0171: hue angle of 327.22º 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 #CE0171 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.19 |
| HSL | 327.22º | 0.99% | 0.41% | - |
| HSV(B) | 327.22º | 1% | 0.81% | - |
| XYZ | 28.45 | 14.34 | 16.89 | - |
| YUV | 75.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 113 | 0 | 1.00 | 0.45 | 0.19 | 327.22 | 0.99 | 0.41 |
| Hex | CE | 1 | 71 | 0 | 64 | 2D | 13 | 147 | 63 | 29 |
| Octal | 316 | 1 | 161 | 0 | 144 | 55 | 23 | 507 | 143 | 51 |
| Binary | 11001110 | 1 | 1110001 | 0 | 1100100 | 101101 | 10011 | 101000111 | 1100011 | 101001 |
Color Harmonies of #CE0171
Complementary color
Monochromatic Colors of #CE0171
Black with #CE0171
Text Example
Text Example
White with #CE0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0171; }
p { color: rgb(206,1,113); }
H1.HeaderClassName
{
color: #CE0171;
}
.AnyTagClassName
{
color: #CE0171;
}
</style>
background-color css
<style>
a { background-color: #CE0171; }
a { background-color: rgb(206,1,113); }
div.DivClassName
{
background-color: #CE0171;
}
.BgClassName
{
background-color: #CE0171;
}
</style>
border-color css
<style>
span { border-color: #CE0171; }
span { border-color: rgb(206,1,113); }
td.TdClassName
{
border-color: #CE0171;
}
.TagClassName
{
border-color: #CE0171;
}
</style>