Shades of Medium Violet Red #CE148D
Tints of Medium Violet Red #CE148D
RGB
CMYK
RGB Variations
Color information
#CE148D (or 0xCE148D) is known color: Medium Violet Red. HEX triplet: CE, 14 and 8D. RGB value is (206,20,141). Sum of RGB (Red+Green+Blue) = 206+20+141=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE148D is #31EB72. Grayscale: #595959. Windows color (decimal): -3271539 or 9245902. OLE color: 9245902.
HSL color Cylindrical-coordinate representation of color #CE148D: hue angle of 320.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE148D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.19 |
| HSL | 320.97º | 0.82% | 0.44% | - |
| HSV(B) | 320.97º | 0.9% | 0.81% | - |
| XYZ | 30.51 | 15.55 | 26.59 | - |
| YUV | 89.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 141 | 0 | 0.90 | 0.32 | 0.19 | 320.97 | 0.82 | 0.44 |
| Hex | CE | 14 | 8D | 0 | 5A | 20 | 13 | 141 | 52 | 2C |
| Octal | 316 | 24 | 215 | 0 | 132 | 40 | 23 | 501 | 122 | 54 |
| Binary | 11001110 | 10100 | 10001101 | 0 | 1011010 | 100000 | 10011 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CE148D
Complementary color
Monochromatic Colors of #CE148D
Black with #CE148D
Text Example
Text Example
White with #CE148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE148D; }
p { color: rgb(206,20,141); }
H1.HeaderClassName
{
color: #CE148D;
}
.AnyTagClassName
{
color: #CE148D;
}
</style>
background-color css
<style>
a { background-color: #CE148D; }
a { background-color: rgb(206,20,141); }
div.DivClassName
{
background-color: #CE148D;
}
.BgClassName
{
background-color: #CE148D;
}
</style>
border-color css
<style>
span { border-color: #CE148D; }
span { border-color: rgb(206,20,141); }
td.TdClassName
{
border-color: #CE148D;
}
.TagClassName
{
border-color: #CE148D;
}
</style>