Shades of Medium Violet Red #CE138E
Tints of Medium Violet Red #CE138E
RGB
CMYK
RGB Variations
Color information
#CE138E (or 0xCE138E) is known color: Medium Violet Red. HEX triplet: CE, 13 and 8E. RGB value is (206,19,142). Sum of RGB (Red+Green+Blue) = 206+19+142=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE138E is #31EC71. Grayscale: #585858. Windows color (decimal): -3271794 or 9311182. OLE color: 9311182.
HSL color Cylindrical-coordinate representation of color #CE138E: hue angle of 320.53º 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 #CE138E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 142 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.19 |
| HSL | 320.53º | 0.83% | 0.44% | - |
| HSV(B) | 320.53º | 0.91% | 0.81% | - |
| XYZ | 30.57 | 15.54 | 26.98 | - |
| YUV | 88.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 142 | 0 | 0.91 | 0.31 | 0.19 | 320.53 | 0.83 | 0.44 |
| Hex | CE | 13 | 8E | 0 | 5B | 1F | 13 | 141 | 53 | 2C |
| Octal | 316 | 23 | 216 | 0 | 133 | 37 | 23 | 501 | 123 | 54 |
| Binary | 11001110 | 10011 | 10001110 | 0 | 1011011 | 11111 | 10011 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CE138E
Complementary color
Monochromatic Colors of #CE138E
Black with #CE138E
Text Example
Text Example
White with #CE138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE138E; }
p { color: rgb(206,19,142); }
H1.HeaderClassName
{
color: #CE138E;
}
.AnyTagClassName
{
color: #CE138E;
}
</style>
background-color css
<style>
a { background-color: #CE138E; }
a { background-color: rgb(206,19,142); }
div.DivClassName
{
background-color: #CE138E;
}
.BgClassName
{
background-color: #CE138E;
}
</style>
border-color css
<style>
span { border-color: #CE138E; }
span { border-color: rgb(206,19,142); }
td.TdClassName
{
border-color: #CE138E;
}
.TagClassName
{
border-color: #CE138E;
}
</style>