Shades of Medium Violet Red #CE0588
Tints of Medium Violet Red #CE0588
RGB
CMYK
RGB Variations
Color information
#CE0588 (or 0xCE0588) is known color: Medium Violet Red. HEX triplet: CE, 05 and 88. RGB value is (206,5,136). Sum of RGB (Red+Green+Blue) = 206+5+136=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0588 is #31FA77. Grayscale: #4F4F4F. Windows color (decimal): -3275384 or 8914382. OLE color: 8914382.
HSL color Cylindrical-coordinate representation of color #CE0588: hue angle of 320.9º 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 #CE0588 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.19 |
| HSL | 320.9º | 0.95% | 0.41% | - |
| HSV(B) | 320.9º | 0.98% | 0.81% | - |
| XYZ | 29.95 | 15.01 | 24.61 | - |
| YUV | 80.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 136 | 0 | 0.98 | 0.34 | 0.19 | 320.9 | 0.95 | 0.41 |
| Hex | CE | 5 | 88 | 0 | 62 | 22 | 13 | 141 | 5F | 29 |
| Octal | 316 | 5 | 210 | 0 | 142 | 42 | 23 | 501 | 137 | 51 |
| Binary | 11001110 | 101 | 10001000 | 0 | 1100010 | 100010 | 10011 | 101000001 | 1011111 | 101001 |
Color Harmonies of #CE0588
Complementary color
Monochromatic Colors of #CE0588
Black with #CE0588
Text Example
Text Example
White with #CE0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0588; }
p { color: rgb(206,5,136); }
H1.HeaderClassName
{
color: #CE0588;
}
.AnyTagClassName
{
color: #CE0588;
}
</style>
background-color css
<style>
a { background-color: #CE0588; }
a { background-color: rgb(206,5,136); }
div.DivClassName
{
background-color: #CE0588;
}
.BgClassName
{
background-color: #CE0588;
}
</style>
border-color css
<style>
span { border-color: #CE0588; }
span { border-color: rgb(206,5,136); }
td.TdClassName
{
border-color: #CE0588;
}
.TagClassName
{
border-color: #CE0588;
}
</style>