Shades of Medium Violet Red #CE059C
Tints of Medium Violet Red #CE059C
RGB
CMYK
RGB Variations
Color information
#CE059C (or 0xCE059C) is known color: Medium Violet Red. HEX triplet: CE, 05 and 9C. RGB value is (206,5,156). Sum of RGB (Red+Green+Blue) = 206+5+156=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE059C is #31FA63. Grayscale: #515151. Windows color (decimal): -3275364 or 10225102. OLE color: 10225102.
HSL color Cylindrical-coordinate representation of color #CE059C: hue angle of 314.93º 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 #CE059C is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.93º | 0.95% | 0.41% | - |
| HSV(B) | 314.93º | 0.98% | 0.81% | - |
| XYZ | 31.51 | 15.63 | 32.81 | - |
| YUV | 82.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 156 | 0 | 0.98 | 0.24 | 0.19 | 314.93 | 0.95 | 0.41 |
| Hex | CE | 5 | 9C | 0 | 62 | 18 | 13 | 13B | 5F | 29 |
| Octal | 316 | 5 | 234 | 0 | 142 | 30 | 23 | 473 | 137 | 51 |
| Binary | 11001110 | 101 | 10011100 | 0 | 1100010 | 11000 | 10011 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CE059C
Complementary color
Monochromatic Colors of #CE059C
Black with #CE059C
Text Example
Text Example
White with #CE059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE059C; }
p { color: rgb(206,5,156); }
H1.HeaderClassName
{
color: #CE059C;
}
.AnyTagClassName
{
color: #CE059C;
}
</style>
background-color css
<style>
a { background-color: #CE059C; }
a { background-color: rgb(206,5,156); }
div.DivClassName
{
background-color: #CE059C;
}
.BgClassName
{
background-color: #CE059C;
}
</style>
border-color css
<style>
span { border-color: #CE059C; }
span { border-color: rgb(206,5,156); }
td.TdClassName
{
border-color: #CE059C;
}
.TagClassName
{
border-color: #CE059C;
}
</style>