Shades of Medium Violet Red #CE059F
Tints of Medium Violet Red #CE059F
RGB
CMYK
RGB Variations
Color information
#CE059F (or 0xCE059F) is known color: Medium Violet Red. HEX triplet: CE, 05 and 9F. RGB value is (206,5,159). Sum of RGB (Red+Green+Blue) = 206+5+159=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE059F is #31FA60. Grayscale: #525252. Windows color (decimal): -3275361 or 10421710. OLE color: 10421710.
HSL color Cylindrical-coordinate representation of color #CE059F: hue angle of 314.03º 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 #CE059F is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 159 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.19 |
| HSL | 314.03º | 0.95% | 0.41% | - |
| HSV(B) | 314.03º | 0.98% | 0.81% | - |
| XYZ | 31.77 | 15.73 | 34.16 | - |
| YUV | 82.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 159 | 0 | 0.98 | 0.23 | 0.19 | 314.03 | 0.95 | 0.41 |
| Hex | CE | 5 | 9F | 0 | 62 | 17 | 13 | 13A | 5F | 29 |
| Octal | 316 | 5 | 237 | 0 | 142 | 27 | 23 | 472 | 137 | 51 |
| Binary | 11001110 | 101 | 10011111 | 0 | 1100010 | 10111 | 10011 | 100111010 | 1011111 | 101001 |
Color Harmonies of #CE059F
Complementary color
Monochromatic Colors of #CE059F
Black with #CE059F
Text Example
Text Example
White with #CE059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE059F; }
p { color: rgb(206,5,159); }
H1.HeaderClassName
{
color: #CE059F;
}
.AnyTagClassName
{
color: #CE059F;
}
</style>
background-color css
<style>
a { background-color: #CE059F; }
a { background-color: rgb(206,5,159); }
div.DivClassName
{
background-color: #CE059F;
}
.BgClassName
{
background-color: #CE059F;
}
</style>
border-color css
<style>
span { border-color: #CE059F; }
span { border-color: rgb(206,5,159); }
td.TdClassName
{
border-color: #CE059F;
}
.TagClassName
{
border-color: #CE059F;
}
</style>