Shades of Medium Violet Red #CE128E
Tints of Medium Violet Red #CE128E
RGB
CMYK
RGB Variations
Color information
#CE128E (or 0xCE128E) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8E. RGB value is (206,18,142). Sum of RGB (Red+Green+Blue) = 206+18+142=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128E is #31ED71. Grayscale: #585858. Windows color (decimal): -3272050 or 9310926. OLE color: 9310926.
HSL color Cylindrical-coordinate representation of color #CE128E: hue angle of 320.43º degrees, saturation: 0.84, 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 #CE128E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.19 |
| HSL | 320.43º | 0.84% | 0.44% | - |
| HSV(B) | 320.43º | 0.91% | 0.81% | - |
| XYZ | 30.55 | 15.51 | 26.97 | - |
| YUV | 88.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 142 | 0 | 0.91 | 0.31 | 0.19 | 320.43 | 0.84 | 0.44 |
| Hex | CE | 12 | 8E | 0 | 5B | 1F | 13 | 140 | 54 | 2C |
| Octal | 316 | 22 | 216 | 0 | 133 | 37 | 23 | 500 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001110 | 0 | 1011011 | 11111 | 10011 | 101000000 | 1010100 | 101100 |
Color Harmonies of #CE128E
Complementary color
Monochromatic Colors of #CE128E
Black with #CE128E
Text Example
Text Example
White with #CE128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE128E; }
p { color: rgb(206,18,142); }
H1.HeaderClassName
{
color: #CE128E;
}
.AnyTagClassName
{
color: #CE128E;
}
</style>
background-color css
<style>
a { background-color: #CE128E; }
a { background-color: rgb(206,18,142); }
div.DivClassName
{
background-color: #CE128E;
}
.BgClassName
{
background-color: #CE128E;
}
</style>
border-color css
<style>
span { border-color: #CE128E; }
span { border-color: rgb(206,18,142); }
td.TdClassName
{
border-color: #CE128E;
}
.TagClassName
{
border-color: #CE128E;
}
</style>