Shades of Medium Violet Red #CE1370
Tints of Medium Violet Red #CE1370
RGB
CMYK
RGB Variations
Color information
#CE1370 (or 0xCE1370) is known color: Medium Violet Red. HEX triplet: CE, 13 and 70. RGB value is (206,19,112). Sum of RGB (Red+Green+Blue) = 206+19+112=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1370 is #31EC8F. Grayscale: #555555. Windows color (decimal): -3271824 or 7345102. OLE color: 7345102.
HSL color Cylindrical-coordinate representation of color #CE1370: hue angle of 330.16º 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 #CE1370 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.19 |
| HSL | 330.16º | 0.83% | 0.44% | - |
| HSV(B) | 330.16º | 0.91% | 0.81% | - |
| XYZ | 28.61 | 14.76 | 16.67 | - |
| YUV | 85.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 112 | 0 | 0.91 | 0.46 | 0.19 | 330.16 | 0.83 | 0.44 |
| Hex | CE | 13 | 70 | 0 | 5B | 2E | 13 | 14A | 53 | 2C |
| Octal | 316 | 23 | 160 | 0 | 133 | 56 | 23 | 512 | 123 | 54 |
| Binary | 11001110 | 10011 | 1110000 | 0 | 1011011 | 101110 | 10011 | 101001010 | 1010011 | 101100 |
Color Harmonies of #CE1370
Complementary color
Monochromatic Colors of #CE1370
Black with #CE1370
Text Example
Text Example
White with #CE1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1370; }
p { color: rgb(206,19,112); }
H1.HeaderClassName
{
color: #CE1370;
}
.AnyTagClassName
{
color: #CE1370;
}
</style>
background-color css
<style>
a { background-color: #CE1370; }
a { background-color: rgb(206,19,112); }
div.DivClassName
{
background-color: #CE1370;
}
.BgClassName
{
background-color: #CE1370;
}
</style>
border-color css
<style>
span { border-color: #CE1370; }
span { border-color: rgb(206,19,112); }
td.TdClassName
{
border-color: #CE1370;
}
.TagClassName
{
border-color: #CE1370;
}
</style>