Shades of Medium Violet Red #CE059D
Tints of Medium Violet Red #CE059D
RGB
CMYK
RGB Variations
Color information
#CE059D (or 0xCE059D) is known color: Medium Violet Red. HEX triplet: CE, 05 and 9D. RGB value is (206,5,157). Sum of RGB (Red+Green+Blue) = 206+5+157=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE059D is #31FA62. Grayscale: #525252. Windows color (decimal): -3275363 or 10290638. OLE color: 10290638.
HSL color Cylindrical-coordinate representation of color #CE059D: hue angle of 314.63º 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 #CE059D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.63º | 0.95% | 0.41% | - |
| HSV(B) | 314.63º | 0.98% | 0.81% | - |
| XYZ | 31.59 | 15.66 | 33.26 | - |
| YUV | 82.43 | 170.09 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 157 | 0 | 0.98 | 0.24 | 0.19 | 314.63 | 0.95 | 0.41 |
| Hex | CE | 5 | 9D | 0 | 62 | 18 | 13 | 13B | 5F | 29 |
| Octal | 316 | 5 | 235 | 0 | 142 | 30 | 23 | 473 | 137 | 51 |
| Binary | 11001110 | 101 | 10011101 | 0 | 1100010 | 11000 | 10011 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CE059D
Complementary color
Monochromatic Colors of #CE059D
Black with #CE059D
Text Example
Text Example
White with #CE059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE059D; }
p { color: rgb(206,5,157); }
H1.HeaderClassName
{
color: #CE059D;
}
.AnyTagClassName
{
color: #CE059D;
}
</style>
background-color css
<style>
a { background-color: #CE059D; }
a { background-color: rgb(206,5,157); }
div.DivClassName
{
background-color: #CE059D;
}
.BgClassName
{
background-color: #CE059D;
}
</style>
border-color css
<style>
span { border-color: #CE059D; }
span { border-color: rgb(206,5,157); }
td.TdClassName
{
border-color: #CE059D;
}
.TagClassName
{
border-color: #CE059D;
}
</style>