Shades of Medium Violet Red #CE0978
Tints of Medium Violet Red #CE0978
RGB
CMYK
RGB Variations
Color information
#CE0978 (or 0xCE0978) is known color: Medium Violet Red. HEX triplet: CE, 09 and 78. RGB value is (206,9,120). Sum of RGB (Red+Green+Blue) = 206+9+120=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0978 is #31F687. Grayscale: #505050. Windows color (decimal): -3274376 or 7866830. OLE color: 7866830.
HSL color Cylindrical-coordinate representation of color #CE0978: hue angle of 326.19º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0978 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.19 |
| HSL | 326.19º | 0.92% | 0.42% | - |
| HSV(B) | 326.19º | 0.96% | 0.81% | - |
| XYZ | 28.94 | 14.67 | 19.08 | - |
| YUV | 80.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 120 | 0 | 0.96 | 0.42 | 0.19 | 326.19 | 0.92 | 0.42 |
| Hex | CE | 9 | 78 | 0 | 60 | 2A | 13 | 146 | 5C | 2A |
| Octal | 316 | 11 | 170 | 0 | 140 | 52 | 23 | 506 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111000 | 0 | 1100000 | 101010 | 10011 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CE0978
Complementary color
Monochromatic Colors of #CE0978
Black with #CE0978
Text Example
Text Example
White with #CE0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0978; }
p { color: rgb(206,9,120); }
H1.HeaderClassName
{
color: #CE0978;
}
.AnyTagClassName
{
color: #CE0978;
}
</style>
background-color css
<style>
a { background-color: #CE0978; }
a { background-color: rgb(206,9,120); }
div.DivClassName
{
background-color: #CE0978;
}
.BgClassName
{
background-color: #CE0978;
}
</style>
border-color css
<style>
span { border-color: #CE0978; }
span { border-color: rgb(206,9,120); }
td.TdClassName
{
border-color: #CE0978;
}
.TagClassName
{
border-color: #CE0978;
}
</style>