Shades of Medium Violet Red #CE0578
Tints of Medium Violet Red #CE0578
RGB
CMYK
RGB Variations
Color information
#CE0578 (or 0xCE0578) is known color: Medium Violet Red. HEX triplet: CE, 05 and 78. RGB value is (206,5,120). Sum of RGB (Red+Green+Blue) = 206+5+120=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0578 is #31FA87. Grayscale: #4D4D4D. Windows color (decimal): -3275400 or 7865806. OLE color: 7865806.
HSL color Cylindrical-coordinate representation of color #CE0578: hue angle of 325.67º 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 #CE0578 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.19 |
| HSL | 325.67º | 0.95% | 0.41% | - |
| HSV(B) | 325.67º | 0.98% | 0.81% | - |
| XYZ | 28.9 | 14.59 | 19.06 | - |
| YUV | 78.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 120 | 0 | 0.98 | 0.42 | 0.19 | 325.67 | 0.95 | 0.41 |
| Hex | CE | 5 | 78 | 0 | 62 | 2A | 13 | 146 | 5F | 29 |
| Octal | 316 | 5 | 170 | 0 | 142 | 52 | 23 | 506 | 137 | 51 |
| Binary | 11001110 | 101 | 1111000 | 0 | 1100010 | 101010 | 10011 | 101000110 | 1011111 | 101001 |
Color Harmonies of #CE0578
Complementary color
Monochromatic Colors of #CE0578
Black with #CE0578
Text Example
Text Example
White with #CE0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0578; }
p { color: rgb(206,5,120); }
H1.HeaderClassName
{
color: #CE0578;
}
.AnyTagClassName
{
color: #CE0578;
}
</style>
background-color css
<style>
a { background-color: #CE0578; }
a { background-color: rgb(206,5,120); }
div.DivClassName
{
background-color: #CE0578;
}
.BgClassName
{
background-color: #CE0578;
}
</style>
border-color css
<style>
span { border-color: #CE0578; }
span { border-color: rgb(206,5,120); }
td.TdClassName
{
border-color: #CE0578;
}
.TagClassName
{
border-color: #CE0578;
}
</style>