Shades of Medium Violet Red #CE1397
Tints of Medium Violet Red #CE1397
RGB
CMYK
RGB Variations
Color information
#CE1397 (or 0xCE1397) is known color: Medium Violet Red. HEX triplet: CE, 13 and 97. RGB value is (206,19,151). Sum of RGB (Red+Green+Blue) = 206+19+151=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1397 is #31EC68. Grayscale: #595959. Windows color (decimal): -3271785 or 9901006. OLE color: 9901006.
HSL color Cylindrical-coordinate representation of color #CE1397: hue angle of 317.65º 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 #CE1397 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.19 |
| HSL | 317.65º | 0.83% | 0.44% | - |
| HSV(B) | 317.65º | 0.91% | 0.81% | - |
| XYZ | 31.27 | 15.82 | 30.68 | - |
| YUV | 89.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 151 | 0 | 0.91 | 0.27 | 0.19 | 317.65 | 0.83 | 0.44 |
| Hex | CE | 13 | 97 | 0 | 5B | 1B | 13 | 13E | 53 | 2C |
| Octal | 316 | 23 | 227 | 0 | 133 | 33 | 23 | 476 | 123 | 54 |
| Binary | 11001110 | 10011 | 10010111 | 0 | 1011011 | 11011 | 10011 | 100111110 | 1010011 | 101100 |
Color Harmonies of #CE1397
Complementary color
Monochromatic Colors of #CE1397
Black with #CE1397
Text Example
Text Example
White with #CE1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1397; }
p { color: rgb(206,19,151); }
H1.HeaderClassName
{
color: #CE1397;
}
.AnyTagClassName
{
color: #CE1397;
}
</style>
background-color css
<style>
a { background-color: #CE1397; }
a { background-color: rgb(206,19,151); }
div.DivClassName
{
background-color: #CE1397;
}
.BgClassName
{
background-color: #CE1397;
}
</style>
border-color css
<style>
span { border-color: #CE1397; }
span { border-color: rgb(206,19,151); }
td.TdClassName
{
border-color: #CE1397;
}
.TagClassName
{
border-color: #CE1397;
}
</style>