Shades of Medium Violet Red #CE0388
Tints of Medium Violet Red #CE0388
RGB
CMYK
RGB Variations
Color information
#CE0388 (or 0xCE0388) is known color: Medium Violet Red. HEX triplet: CE, 03 and 88. RGB value is (206,3,136). Sum of RGB (Red+Green+Blue) = 206+3+136=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0388 is #31FC77. Grayscale: #4E4E4E. Windows color (decimal): -3275896 or 8913870. OLE color: 8913870.
HSL color Cylindrical-coordinate representation of color #CE0388: hue angle of 320.69º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0388 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.19 |
| HSL | 320.69º | 0.97% | 0.41% | - |
| HSV(B) | 320.69º | 0.99% | 0.81% | - |
| XYZ | 29.93 | 14.96 | 24.6 | - |
| YUV | 78.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 136 | 0 | 0.99 | 0.34 | 0.19 | 320.69 | 0.97 | 0.41 |
| Hex | CE | 3 | 88 | 0 | 63 | 22 | 13 | 141 | 61 | 29 |
| Octal | 316 | 3 | 210 | 0 | 143 | 42 | 23 | 501 | 141 | 51 |
| Binary | 11001110 | 11 | 10001000 | 0 | 1100011 | 100010 | 10011 | 101000001 | 1100001 | 101001 |
Color Harmonies of #CE0388
Complementary color
Monochromatic Colors of #CE0388
Black with #CE0388
Text Example
Text Example
White with #CE0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0388; }
p { color: rgb(206,3,136); }
H1.HeaderClassName
{
color: #CE0388;
}
.AnyTagClassName
{
color: #CE0388;
}
</style>
background-color css
<style>
a { background-color: #CE0388; }
a { background-color: rgb(206,3,136); }
div.DivClassName
{
background-color: #CE0388;
}
.BgClassName
{
background-color: #CE0388;
}
</style>
border-color css
<style>
span { border-color: #CE0388; }
span { border-color: rgb(206,3,136); }
td.TdClassName
{
border-color: #CE0388;
}
.TagClassName
{
border-color: #CE0388;
}
</style>