Shades of Medium Violet Red #CE0071
Tints of Medium Violet Red #CE0071
RGB
CMYK
RGB Variations
Color information
#CE0071 (or 0xCE0071) is known color: Medium Violet Red. HEX triplet: CE, 00 and 71. RGB value is (206,0,113). Sum of RGB (Red+Green+Blue) = 206+0+113=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0071 is #31FF8E. Grayscale: #4A4A4A. Windows color (decimal): -3276687 or 7405774. OLE color: 7405774.
HSL color Cylindrical-coordinate representation of color #CE0071: hue angle of 327.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0071 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.45 | 0.19 |
| HSL | 327.09º | 1% | 0.4% | - |
| HSV(B) | 327.09º | 1% | 0.81% | - |
| XYZ | 28.43 | 14.31 | 16.89 | - |
| YUV | 74.48 | 149.75 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 113 | 0 | 1 | 0.45 | 0.19 | 327.09 | 1 | 0.4 |
| Hex | CE | 0 | 71 | 0 | 64 | 2D | 13 | 147 | 64 | 28 |
| Octal | 316 | 0 | 161 | 0 | 144 | 55 | 23 | 507 | 144 | 50 |
| Binary | 11001110 | 0 | 1110001 | 0 | 1100100 | 101101 | 10011 | 101000111 | 1100100 | 101000 |
Color Harmonies of #CE0071
Complementary color
Monochromatic Colors of #CE0071
Black with #CE0071
Text Example
Text Example
White with #CE0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0071; }
p { color: rgb(206,0,113); }
H1.HeaderClassName
{
color: #CE0071;
}
.AnyTagClassName
{
color: #CE0071;
}
</style>
background-color css
<style>
a { background-color: #CE0071; }
a { background-color: rgb(206,0,113); }
div.DivClassName
{
background-color: #CE0071;
}
.BgClassName
{
background-color: #CE0071;
}
</style>
border-color css
<style>
span { border-color: #CE0071; }
span { border-color: rgb(206,0,113); }
td.TdClassName
{
border-color: #CE0071;
}
.TagClassName
{
border-color: #CE0071;
}
</style>