Shades of Medium Violet Red #CE0488
Tints of Medium Violet Red #CE0488
RGB
CMYK
RGB Variations
Color information
#CE0488 (or 0xCE0488) is known color: Medium Violet Red. HEX triplet: CE, 04 and 88. RGB value is (206,4,136). Sum of RGB (Red+Green+Blue) = 206+4+136=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0488 is #31FB77. Grayscale: #4F4F4F. Windows color (decimal): -3275640 or 8914126. OLE color: 8914126.
HSL color Cylindrical-coordinate representation of color #CE0488: hue angle of 320.79º degrees, saturation: 0.96, 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 #CE0488 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.19 |
| HSL | 320.79º | 0.96% | 0.41% | - |
| HSV(B) | 320.79º | 0.98% | 0.81% | - |
| XYZ | 29.94 | 14.99 | 24.61 | - |
| YUV | 79.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 136 | 0 | 0.98 | 0.34 | 0.19 | 320.79 | 0.96 | 0.41 |
| Hex | CE | 4 | 88 | 0 | 62 | 22 | 13 | 141 | 60 | 29 |
| Octal | 316 | 4 | 210 | 0 | 142 | 42 | 23 | 501 | 140 | 51 |
| Binary | 11001110 | 100 | 10001000 | 0 | 1100010 | 100010 | 10011 | 101000001 | 1100000 | 101001 |
Color Harmonies of #CE0488
Complementary color
Monochromatic Colors of #CE0488
Black with #CE0488
Text Example
Text Example
White with #CE0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0488; }
p { color: rgb(206,4,136); }
H1.HeaderClassName
{
color: #CE0488;
}
.AnyTagClassName
{
color: #CE0488;
}
</style>
background-color css
<style>
a { background-color: #CE0488; }
a { background-color: rgb(206,4,136); }
div.DivClassName
{
background-color: #CE0488;
}
.BgClassName
{
background-color: #CE0488;
}
</style>
border-color css
<style>
span { border-color: #CE0488; }
span { border-color: rgb(206,4,136); }
td.TdClassName
{
border-color: #CE0488;
}
.TagClassName
{
border-color: #CE0488;
}
</style>