Shades of Medium Violet Red #CE1594
Tints of Medium Violet Red #CE1594
RGB
CMYK
RGB Variations
Color information
#CE1594 (or 0xCE1594) is known color: Medium Violet Red. HEX triplet: CE, 15 and 94. RGB value is (206,21,148). Sum of RGB (Red+Green+Blue) = 206+21+148=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1594 is #31EA6B. Grayscale: #5A5A5A. Windows color (decimal): -3271276 or 9704910. OLE color: 9704910.
HSL color Cylindrical-coordinate representation of color #CE1594: hue angle of 318.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1594 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 148 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.19 |
| HSL | 318.81º | 0.81% | 0.45% | - |
| HSV(B) | 318.81º | 0.9% | 0.81% | - |
| XYZ | 31.07 | 15.8 | 29.43 | - |
| YUV | 90.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 148 | 0 | 0.90 | 0.28 | 0.19 | 318.81 | 0.81 | 0.45 |
| Hex | CE | 15 | 94 | 0 | 5A | 1C | 13 | 13F | 51 | 2D |
| Octal | 316 | 25 | 224 | 0 | 132 | 34 | 23 | 477 | 121 | 55 |
| Binary | 11001110 | 10101 | 10010100 | 0 | 1011010 | 11100 | 10011 | 100111111 | 1010001 | 101101 |
Color Harmonies of #CE1594
Complementary color
Monochromatic Colors of #CE1594
Black with #CE1594
Text Example
Text Example
White with #CE1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1594; }
p { color: rgb(206,21,148); }
H1.HeaderClassName
{
color: #CE1594;
}
.AnyTagClassName
{
color: #CE1594;
}
</style>
background-color css
<style>
a { background-color: #CE1594; }
a { background-color: rgb(206,21,148); }
div.DivClassName
{
background-color: #CE1594;
}
.BgClassName
{
background-color: #CE1594;
}
</style>
border-color css
<style>
span { border-color: #CE1594; }
span { border-color: rgb(206,21,148); }
td.TdClassName
{
border-color: #CE1594;
}
.TagClassName
{
border-color: #CE1594;
}
</style>