Shades of Medium Violet Red #CE058C
Tints of Medium Violet Red #CE058C
RGB
CMYK
RGB Variations
Color information
#CE058C (or 0xCE058C) is known color: Medium Violet Red. HEX triplet: CE, 05 and 8C. RGB value is (206,5,140). Sum of RGB (Red+Green+Blue) = 206+5+140=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE058C is #31FA73. Grayscale: #505050. Windows color (decimal): -3275380 or 9176526. OLE color: 9176526.
HSL color Cylindrical-coordinate representation of color #CE058C: hue angle of 319.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE058C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.19 |
| HSL | 319.7º | 0.95% | 0.41% | - |
| HSV(B) | 319.7º | 0.98% | 0.81% | - |
| XYZ | 30.24 | 15.12 | 26.14 | - |
| YUV | 80.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 140 | 0 | 0.98 | 0.32 | 0.19 | 319.7 | 0.95 | 0.41 |
| Hex | CE | 5 | 8C | 0 | 62 | 20 | 13 | 140 | 5F | 29 |
| Octal | 316 | 5 | 214 | 0 | 142 | 40 | 23 | 500 | 137 | 51 |
| Binary | 11001110 | 101 | 10001100 | 0 | 1100010 | 100000 | 10011 | 101000000 | 1011111 | 101001 |
Color Harmonies of #CE058C
Complementary color
Monochromatic Colors of #CE058C
Black with #CE058C
Text Example
Text Example
White with #CE058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE058C; }
p { color: rgb(206,5,140); }
H1.HeaderClassName
{
color: #CE058C;
}
.AnyTagClassName
{
color: #CE058C;
}
</style>
background-color css
<style>
a { background-color: #CE058C; }
a { background-color: rgb(206,5,140); }
div.DivClassName
{
background-color: #CE058C;
}
.BgClassName
{
background-color: #CE058C;
}
</style>
border-color css
<style>
span { border-color: #CE058C; }
span { border-color: rgb(206,5,140); }
td.TdClassName
{
border-color: #CE058C;
}
.TagClassName
{
border-color: #CE058C;
}
</style>