Shades of Medium Violet Red #CE2171
Tints of Medium Violet Red #CE2171
RGB
CMYK
RGB Variations
Color information
#CE2171 (or 0xCE2171) is known color: Medium Violet Red. HEX triplet: CE, 21 and 71. RGB value is (206,33,113). Sum of RGB (Red+Green+Blue) = 206+33+113=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2171 is #31DE8E. Grayscale: #5D5D5D. Windows color (decimal): -3268239 or 7414222. OLE color: 7414222.
HSL color Cylindrical-coordinate representation of color #CE2171: hue angle of 332.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2171 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 113 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.19 |
| HSL | 332.25º | 0.72% | 0.47% | - |
| HSV(B) | 332.25º | 0.84% | 0.81% | - |
| XYZ | 28.98 | 15.4 | 17.07 | - |
| YUV | 93.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 113 | 0 | 0.84 | 0.45 | 0.19 | 332.25 | 0.72 | 0.47 |
| Hex | CE | 21 | 71 | 0 | 54 | 2D | 13 | 14C | 48 | 2F |
| Octal | 316 | 41 | 161 | 0 | 124 | 55 | 23 | 514 | 110 | 57 |
| Binary | 11001110 | 100001 | 1110001 | 0 | 1010100 | 101101 | 10011 | 101001100 | 1001000 | 101111 |
Color Harmonies of #CE2171
Complementary color
Monochromatic Colors of #CE2171
Black with #CE2171
Text Example
Text Example
White with #CE2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2171; }
p { color: rgb(206,33,113); }
H1.HeaderClassName
{
color: #CE2171;
}
.AnyTagClassName
{
color: #CE2171;
}
</style>
background-color css
<style>
a { background-color: #CE2171; }
a { background-color: rgb(206,33,113); }
div.DivClassName
{
background-color: #CE2171;
}
.BgClassName
{
background-color: #CE2171;
}
</style>
border-color css
<style>
span { border-color: #CE2171; }
span { border-color: rgb(206,33,113); }
td.TdClassName
{
border-color: #CE2171;
}
.TagClassName
{
border-color: #CE2171;
}
</style>