Shades of Medium Violet Red #CE139B
Tints of Medium Violet Red #CE139B
RGB
CMYK
RGB Variations
Color information
#CE139B (or 0xCE139B) is known color: Medium Violet Red. HEX triplet: CE, 13 and 9B. RGB value is (206,19,155). Sum of RGB (Red+Green+Blue) = 206+19+155=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139B is #31EC64. Grayscale: #5A5A5A. Windows color (decimal): -3271781 or 10163150. OLE color: 10163150.
HSL color Cylindrical-coordinate representation of color #CE139B: hue angle of 316.36º 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 #CE139B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.19 |
| HSL | 316.36º | 0.83% | 0.44% | - |
| HSV(B) | 316.36º | 0.91% | 0.81% | - |
| XYZ | 31.6 | 15.95 | 32.42 | - |
| YUV | 90.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 155 | 0 | 0.91 | 0.25 | 0.19 | 316.36 | 0.83 | 0.44 |
| Hex | CE | 13 | 9B | 0 | 5B | 19 | 13 | 13C | 53 | 2C |
| Octal | 316 | 23 | 233 | 0 | 133 | 31 | 23 | 474 | 123 | 54 |
| Binary | 11001110 | 10011 | 10011011 | 0 | 1011011 | 11001 | 10011 | 100111100 | 1010011 | 101100 |
Color Harmonies of #CE139B
Complementary color
Monochromatic Colors of #CE139B
Black with #CE139B
Text Example
Text Example
White with #CE139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE139B; }
p { color: rgb(206,19,155); }
H1.HeaderClassName
{
color: #CE139B;
}
.AnyTagClassName
{
color: #CE139B;
}
</style>
background-color css
<style>
a { background-color: #CE139B; }
a { background-color: rgb(206,19,155); }
div.DivClassName
{
background-color: #CE139B;
}
.BgClassName
{
background-color: #CE139B;
}
</style>
border-color css
<style>
span { border-color: #CE139B; }
span { border-color: rgb(206,19,155); }
td.TdClassName
{
border-color: #CE139B;
}
.TagClassName
{
border-color: #CE139B;
}
</style>