Shades of Medium Violet Red #CE148E
Tints of Medium Violet Red #CE148E
RGB
CMYK
RGB Variations
Color information
#CE148E (or 0xCE148E) is known color: Medium Violet Red. HEX triplet: CE, 14 and 8E. RGB value is (206,20,142). Sum of RGB (Red+Green+Blue) = 206+20+142=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE148E is #31EB71. Grayscale: #595959. Windows color (decimal): -3271538 or 9311438. OLE color: 9311438.
HSL color Cylindrical-coordinate representation of color #CE148E: hue angle of 320.65º 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 #CE148E is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 142 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.19 |
| HSL | 320.65º | 0.82% | 0.44% | - |
| HSV(B) | 320.65º | 0.9% | 0.81% | - |
| XYZ | 30.59 | 15.58 | 26.99 | - |
| YUV | 89.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 142 | 0 | 0.90 | 0.31 | 0.19 | 320.65 | 0.82 | 0.44 |
| Hex | CE | 14 | 8E | 0 | 5A | 1F | 13 | 141 | 52 | 2C |
| Octal | 316 | 24 | 216 | 0 | 132 | 37 | 23 | 501 | 122 | 54 |
| Binary | 11001110 | 10100 | 10001110 | 0 | 1011010 | 11111 | 10011 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CE148E
Complementary color
Monochromatic Colors of #CE148E
Black with #CE148E
Text Example
Text Example
White with #CE148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE148E; }
p { color: rgb(206,20,142); }
H1.HeaderClassName
{
color: #CE148E;
}
.AnyTagClassName
{
color: #CE148E;
}
</style>
background-color css
<style>
a { background-color: #CE148E; }
a { background-color: rgb(206,20,142); }
div.DivClassName
{
background-color: #CE148E;
}
.BgClassName
{
background-color: #CE148E;
}
</style>
border-color css
<style>
span { border-color: #CE148E; }
span { border-color: rgb(206,20,142); }
td.TdClassName
{
border-color: #CE148E;
}
.TagClassName
{
border-color: #CE148E;
}
</style>