Shades of Medium Violet Red #CE1373
Tints of Medium Violet Red #CE1373
RGB
CMYK
RGB Variations
Color information
#CE1373 (or 0xCE1373) is known color: Medium Violet Red. HEX triplet: CE, 13 and 73. RGB value is (206,19,115). Sum of RGB (Red+Green+Blue) = 206+19+115=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1373 is #31EC8C. Grayscale: #555555. Windows color (decimal): -3271821 or 7541710. OLE color: 7541710.
HSL color Cylindrical-coordinate representation of color #CE1373: hue angle of 329.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1373 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 115 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.19 |
| HSL | 329.2º | 0.83% | 0.44% | - |
| HSV(B) | 329.2º | 0.91% | 0.81% | - |
| XYZ | 28.78 | 14.83 | 17.56 | - |
| YUV | 85.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 115 | 0 | 0.91 | 0.44 | 0.19 | 329.2 | 0.83 | 0.44 |
| Hex | CE | 13 | 73 | 0 | 5B | 2C | 13 | 149 | 53 | 2C |
| Octal | 316 | 23 | 163 | 0 | 133 | 54 | 23 | 511 | 123 | 54 |
| Binary | 11001110 | 10011 | 1110011 | 0 | 1011011 | 101100 | 10011 | 101001001 | 1010011 | 101100 |
Color Harmonies of #CE1373
Complementary color
Monochromatic Colors of #CE1373
Black with #CE1373
Text Example
Text Example
White with #CE1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1373; }
p { color: rgb(206,19,115); }
H1.HeaderClassName
{
color: #CE1373;
}
.AnyTagClassName
{
color: #CE1373;
}
</style>
background-color css
<style>
a { background-color: #CE1373; }
a { background-color: rgb(206,19,115); }
div.DivClassName
{
background-color: #CE1373;
}
.BgClassName
{
background-color: #CE1373;
}
</style>
border-color css
<style>
span { border-color: #CE1373; }
span { border-color: rgb(206,19,115); }
td.TdClassName
{
border-color: #CE1373;
}
.TagClassName
{
border-color: #CE1373;
}
</style>