Shades of Medium Violet Red #CE1372
Tints of Medium Violet Red #CE1372
RGB
CMYK
RGB Variations
Color information
#CE1372 (or 0xCE1372) is known color: Medium Violet Red. HEX triplet: CE, 13 and 72. RGB value is (206,19,114). Sum of RGB (Red+Green+Blue) = 206+19+114=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1372 is #31EC8D. Grayscale: #555555. Windows color (decimal): -3271822 or 7476174. OLE color: 7476174.
HSL color Cylindrical-coordinate representation of color #CE1372: hue angle of 329.52º 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 #CE1372 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 114 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.19 |
| HSL | 329.52º | 0.83% | 0.44% | - |
| HSV(B) | 329.52º | 0.91% | 0.81% | - |
| XYZ | 28.72 | 14.8 | 17.26 | - |
| YUV | 85.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 114 | 0 | 0.91 | 0.45 | 0.19 | 329.52 | 0.83 | 0.44 |
| Hex | CE | 13 | 72 | 0 | 5B | 2D | 13 | 14A | 53 | 2C |
| Octal | 316 | 23 | 162 | 0 | 133 | 55 | 23 | 512 | 123 | 54 |
| Binary | 11001110 | 10011 | 1110010 | 0 | 1011011 | 101101 | 10011 | 101001010 | 1010011 | 101100 |
Color Harmonies of #CE1372
Complementary color
Monochromatic Colors of #CE1372
Black with #CE1372
Text Example
Text Example
White with #CE1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1372; }
p { color: rgb(206,19,114); }
H1.HeaderClassName
{
color: #CE1372;
}
.AnyTagClassName
{
color: #CE1372;
}
</style>
background-color css
<style>
a { background-color: #CE1372; }
a { background-color: rgb(206,19,114); }
div.DivClassName
{
background-color: #CE1372;
}
.BgClassName
{
background-color: #CE1372;
}
</style>
border-color css
<style>
span { border-color: #CE1372; }
span { border-color: rgb(206,19,114); }
td.TdClassName
{
border-color: #CE1372;
}
.TagClassName
{
border-color: #CE1372;
}
</style>