Shades of Medium Violet Red #CE0D71
Tints of Medium Violet Red #CE0D71
RGB
CMYK
RGB Variations
Color information
#CE0D71 (or 0xCE0D71) is known color: Medium Violet Red. HEX triplet: CE, 0D and 71. RGB value is (206,13,113). Sum of RGB (Red+Green+Blue) = 206+13+113=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D71 is #31F28E. Grayscale: #515151. Windows color (decimal): -3273359 or 7409102. OLE color: 7409102.
HSL color Cylindrical-coordinate representation of color #CE0D71: hue angle of 328.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D71 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 113 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.19 |
| HSL | 328.91º | 0.88% | 0.43% | - |
| HSV(B) | 328.91º | 0.94% | 0.81% | - |
| XYZ | 28.58 | 14.6 | 16.94 | - |
| YUV | 82.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 113 | 0 | 0.94 | 0.45 | 0.19 | 328.91 | 0.88 | 0.43 |
| Hex | CE | D | 71 | 0 | 5E | 2D | 13 | 149 | 58 | 2B |
| Octal | 316 | 15 | 161 | 0 | 136 | 55 | 23 | 511 | 130 | 53 |
| Binary | 11001110 | 1101 | 1110001 | 0 | 1011110 | 101101 | 10011 | 101001001 | 1011000 | 101011 |
Color Harmonies of #CE0D71
Complementary color
Monochromatic Colors of #CE0D71
Black with #CE0D71
Text Example
Text Example
White with #CE0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D71; }
p { color: rgb(206,13,113); }
H1.HeaderClassName
{
color: #CE0D71;
}
.AnyTagClassName
{
color: #CE0D71;
}
</style>
background-color css
<style>
a { background-color: #CE0D71; }
a { background-color: rgb(206,13,113); }
div.DivClassName
{
background-color: #CE0D71;
}
.BgClassName
{
background-color: #CE0D71;
}
</style>
border-color css
<style>
span { border-color: #CE0D71; }
span { border-color: rgb(206,13,113); }
td.TdClassName
{
border-color: #CE0D71;
}
.TagClassName
{
border-color: #CE0D71;
}
</style>