Shades of Medium Violet Red #CE139D
Tints of Medium Violet Red #CE139D
RGB
CMYK
RGB Variations
Color information
#CE139D (or 0xCE139D) is known color: Medium Violet Red. HEX triplet: CE, 13 and 9D. RGB value is (206,19,157). Sum of RGB (Red+Green+Blue) = 206+19+157=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139D is #31EC62. Grayscale: #5A5A5A. Windows color (decimal): -3271779 or 10294222. OLE color: 10294222.
HSL color Cylindrical-coordinate representation of color #CE139D: hue angle of 315.72º 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 #CE139D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.19 |
| HSL | 315.72º | 0.83% | 0.44% | - |
| HSV(B) | 315.72º | 0.91% | 0.81% | - |
| XYZ | 31.77 | 16.02 | 33.32 | - |
| YUV | 90.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 157 | 0 | 0.91 | 0.24 | 0.19 | 315.72 | 0.83 | 0.44 |
| Hex | CE | 13 | 9D | 0 | 5B | 18 | 13 | 13C | 53 | 2C |
| Octal | 316 | 23 | 235 | 0 | 133 | 30 | 23 | 474 | 123 | 54 |
| Binary | 11001110 | 10011 | 10011101 | 0 | 1011011 | 11000 | 10011 | 100111100 | 1010011 | 101100 |
Color Harmonies of #CE139D
Complementary color
Monochromatic Colors of #CE139D
Black with #CE139D
Text Example
Text Example
White with #CE139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE139D; }
p { color: rgb(206,19,157); }
H1.HeaderClassName
{
color: #CE139D;
}
.AnyTagClassName
{
color: #CE139D;
}
</style>
background-color css
<style>
a { background-color: #CE139D; }
a { background-color: rgb(206,19,157); }
div.DivClassName
{
background-color: #CE139D;
}
.BgClassName
{
background-color: #CE139D;
}
</style>
border-color css
<style>
span { border-color: #CE139D; }
span { border-color: rgb(206,19,157); }
td.TdClassName
{
border-color: #CE139D;
}
.TagClassName
{
border-color: #CE139D;
}
</style>