Shades of Medium Violet Red #CE1392
Tints of Medium Violet Red #CE1392
RGB
CMYK
RGB Variations
Color information
#CE1392 (or 0xCE1392) is known color: Medium Violet Red. HEX triplet: CE, 13 and 92. RGB value is (206,19,146). Sum of RGB (Red+Green+Blue) = 206+19+146=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1392 is #31EC6D. Grayscale: #595959. Windows color (decimal): -3271790 or 9573326. OLE color: 9573326.
HSL color Cylindrical-coordinate representation of color #CE1392: hue angle of 319.25º 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 #CE1392 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.19 |
| HSL | 319.25º | 0.83% | 0.44% | - |
| HSV(B) | 319.25º | 0.91% | 0.81% | - |
| XYZ | 30.87 | 15.66 | 28.59 | - |
| YUV | 89.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 146 | 0 | 0.91 | 0.29 | 0.19 | 319.25 | 0.83 | 0.44 |
| Hex | CE | 13 | 92 | 0 | 5B | 1D | 13 | 13F | 53 | 2C |
| Octal | 316 | 23 | 222 | 0 | 133 | 35 | 23 | 477 | 123 | 54 |
| Binary | 11001110 | 10011 | 10010010 | 0 | 1011011 | 11101 | 10011 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CE1392
Complementary color
Monochromatic Colors of #CE1392
Black with #CE1392
Text Example
Text Example
White with #CE1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1392; }
p { color: rgb(206,19,146); }
H1.HeaderClassName
{
color: #CE1392;
}
.AnyTagClassName
{
color: #CE1392;
}
</style>
background-color css
<style>
a { background-color: #CE1392; }
a { background-color: rgb(206,19,146); }
div.DivClassName
{
background-color: #CE1392;
}
.BgClassName
{
background-color: #CE1392;
}
</style>
border-color css
<style>
span { border-color: #CE1392; }
span { border-color: rgb(206,19,146); }
td.TdClassName
{
border-color: #CE1392;
}
.TagClassName
{
border-color: #CE1392;
}
</style>