Shades of Medium Violet Red #CE059A
Tints of Medium Violet Red #CE059A
RGB
CMYK
RGB Variations
Color information
#CE059A (or 0xCE059A) is known color: Medium Violet Red. HEX triplet: CE, 05 and 9A. RGB value is (206,5,154). Sum of RGB (Red+Green+Blue) = 206+5+154=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE059A is #31FA65. Grayscale: #515151. Windows color (decimal): -3275366 or 10094030. OLE color: 10094030.
HSL color Cylindrical-coordinate representation of color #CE059A: hue angle of 315.52º 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 #CE059A is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.19 |
| HSL | 315.52º | 0.95% | 0.41% | - |
| HSV(B) | 315.52º | 0.98% | 0.81% | - |
| XYZ | 31.34 | 15.56 | 31.92 | - |
| YUV | 82.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 154 | 0 | 0.98 | 0.25 | 0.19 | 315.52 | 0.95 | 0.41 |
| Hex | CE | 5 | 9A | 0 | 62 | 19 | 13 | 13C | 5F | 29 |
| Octal | 316 | 5 | 232 | 0 | 142 | 31 | 23 | 474 | 137 | 51 |
| Binary | 11001110 | 101 | 10011010 | 0 | 1100010 | 11001 | 10011 | 100111100 | 1011111 | 101001 |
Color Harmonies of #CE059A
Complementary color
Monochromatic Colors of #CE059A
Black with #CE059A
Text Example
Text Example
White with #CE059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE059A; }
p { color: rgb(206,5,154); }
H1.HeaderClassName
{
color: #CE059A;
}
.AnyTagClassName
{
color: #CE059A;
}
</style>
background-color css
<style>
a { background-color: #CE059A; }
a { background-color: rgb(206,5,154); }
div.DivClassName
{
background-color: #CE059A;
}
.BgClassName
{
background-color: #CE059A;
}
</style>
border-color css
<style>
span { border-color: #CE059A; }
span { border-color: rgb(206,5,154); }
td.TdClassName
{
border-color: #CE059A;
}
.TagClassName
{
border-color: #CE059A;
}
</style>