Shades of Medium Violet Red #CE128D
Tints of Medium Violet Red #CE128D
RGB
CMYK
RGB Variations
Color information
#CE128D (or 0xCE128D) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8D. RGB value is (206,18,141). Sum of RGB (Red+Green+Blue) = 206+18+141=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128D is #31ED72. Grayscale: #575757. Windows color (decimal): -3272051 or 9245390. OLE color: 9245390.
HSL color Cylindrical-coordinate representation of color #CE128D: hue angle of 320.74º 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 #CE128D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.19 |
| HSL | 320.74º | 0.84% | 0.44% | - |
| HSV(B) | 320.74º | 0.91% | 0.81% | - |
| XYZ | 30.48 | 15.48 | 26.58 | - |
| YUV | 88.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 141 | 0 | 0.91 | 0.32 | 0.19 | 320.74 | 0.84 | 0.44 |
| Hex | CE | 12 | 8D | 0 | 5B | 20 | 13 | 141 | 54 | 2C |
| Octal | 316 | 22 | 215 | 0 | 133 | 40 | 23 | 501 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001101 | 0 | 1011011 | 100000 | 10011 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CE128D
Complementary color
Monochromatic Colors of #CE128D
Black with #CE128D
Text Example
Text Example
White with #CE128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE128D; }
p { color: rgb(206,18,141); }
H1.HeaderClassName
{
color: #CE128D;
}
.AnyTagClassName
{
color: #CE128D;
}
</style>
background-color css
<style>
a { background-color: #CE128D; }
a { background-color: rgb(206,18,141); }
div.DivClassName
{
background-color: #CE128D;
}
.BgClassName
{
background-color: #CE128D;
}
</style>
border-color css
<style>
span { border-color: #CE128D; }
span { border-color: rgb(206,18,141); }
td.TdClassName
{
border-color: #CE128D;
}
.TagClassName
{
border-color: #CE128D;
}
</style>