Shades of Medium Violet Red #CE138C
Tints of Medium Violet Red #CE138C
RGB
CMYK
RGB Variations
Color information
#CE138C (or 0xCE138C) is known color: Medium Violet Red. HEX triplet: CE, 13 and 8C. RGB value is (206,19,140). Sum of RGB (Red+Green+Blue) = 206+19+140=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE138C is #31EC73. Grayscale: #585858. Windows color (decimal): -3271796 or 9180110. OLE color: 9180110.
HSL color Cylindrical-coordinate representation of color #CE138C: hue angle of 321.18º 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 #CE138C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 140 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.19 |
| HSL | 321.18º | 0.83% | 0.44% | - |
| HSV(B) | 321.18º | 0.91% | 0.81% | - |
| XYZ | 30.42 | 15.48 | 26.2 | - |
| YUV | 88.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 140 | 0 | 0.91 | 0.32 | 0.19 | 321.18 | 0.83 | 0.44 |
| Hex | CE | 13 | 8C | 0 | 5B | 20 | 13 | 141 | 53 | 2C |
| Octal | 316 | 23 | 214 | 0 | 133 | 40 | 23 | 501 | 123 | 54 |
| Binary | 11001110 | 10011 | 10001100 | 0 | 1011011 | 100000 | 10011 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CE138C
Complementary color
Monochromatic Colors of #CE138C
Black with #CE138C
Text Example
Text Example
White with #CE138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE138C; }
p { color: rgb(206,19,140); }
H1.HeaderClassName
{
color: #CE138C;
}
.AnyTagClassName
{
color: #CE138C;
}
</style>
background-color css
<style>
a { background-color: #CE138C; }
a { background-color: rgb(206,19,140); }
div.DivClassName
{
background-color: #CE138C;
}
.BgClassName
{
background-color: #CE138C;
}
</style>
border-color css
<style>
span { border-color: #CE138C; }
span { border-color: rgb(206,19,140); }
td.TdClassName
{
border-color: #CE138C;
}
.TagClassName
{
border-color: #CE138C;
}
</style>