Shades of Medium Violet Red #CE1973
Tints of Medium Violet Red #CE1973
RGB
CMYK
RGB Variations
Color information
#CE1973 (or 0xCE1973) is known color: Medium Violet Red. HEX triplet: CE, 19 and 73. RGB value is (206,25,115). Sum of RGB (Red+Green+Blue) = 206+25+115=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1973 is #31E68C. Grayscale: #595959. Windows color (decimal): -3270285 or 7543246. OLE color: 7543246.
HSL color Cylindrical-coordinate representation of color #CE1973: hue angle of 330.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1973 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 115 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.19 |
| HSL | 330.17º | 0.78% | 0.45% | - |
| HSV(B) | 330.17º | 0.88% | 0.81% | - |
| XYZ | 28.9 | 15.05 | 17.6 | - |
| YUV | 89.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 115 | 0 | 0.88 | 0.44 | 0.19 | 330.17 | 0.78 | 0.45 |
| Hex | CE | 19 | 73 | 0 | 58 | 2C | 13 | 14A | 4E | 2D |
| Octal | 316 | 31 | 163 | 0 | 130 | 54 | 23 | 512 | 116 | 55 |
| Binary | 11001110 | 11001 | 1110011 | 0 | 1011000 | 101100 | 10011 | 101001010 | 1001110 | 101101 |
Color Harmonies of #CE1973
Complementary color
Monochromatic Colors of #CE1973
Black with #CE1973
Text Example
Text Example
White with #CE1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1973; }
p { color: rgb(206,25,115); }
H1.HeaderClassName
{
color: #CE1973;
}
.AnyTagClassName
{
color: #CE1973;
}
</style>
background-color css
<style>
a { background-color: #CE1973; }
a { background-color: rgb(206,25,115); }
div.DivClassName
{
background-color: #CE1973;
}
.BgClassName
{
background-color: #CE1973;
}
</style>
border-color css
<style>
span { border-color: #CE1973; }
span { border-color: rgb(206,25,115); }
td.TdClassName
{
border-color: #CE1973;
}
.TagClassName
{
border-color: #CE1973;
}
</style>