Shades of Medium Violet Red #CE0178
Tints of Medium Violet Red #CE0178
RGB
CMYK
RGB Variations
Color information
#CE0178 (or 0xCE0178) is known color: Medium Violet Red. HEX triplet: CE, 01 and 78. RGB value is (206,1,120). Sum of RGB (Red+Green+Blue) = 206+1+120=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0178 is #31FE87. Grayscale: #4B4B4B. Windows color (decimal): -3276424 or 7864782. OLE color: 7864782.
HSL color Cylindrical-coordinate representation of color #CE0178: hue angle of 325.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0178 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.19 |
| HSL | 325.17º | 0.99% | 0.41% | - |
| HSV(B) | 325.17º | 1% | 0.81% | - |
| XYZ | 28.85 | 14.5 | 19.05 | - |
| YUV | 75.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 120 | 0 | 1.00 | 0.42 | 0.19 | 325.17 | 0.99 | 0.41 |
| Hex | CE | 1 | 78 | 0 | 64 | 2A | 13 | 145 | 63 | 29 |
| Octal | 316 | 1 | 170 | 0 | 144 | 52 | 23 | 505 | 143 | 51 |
| Binary | 11001110 | 1 | 1111000 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100011 | 101001 |
Color Harmonies of #CE0178
Complementary color
Monochromatic Colors of #CE0178
Black with #CE0178
Text Example
Text Example
White with #CE0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0178; }
p { color: rgb(206,1,120); }
H1.HeaderClassName
{
color: #CE0178;
}
.AnyTagClassName
{
color: #CE0178;
}
</style>
background-color css
<style>
a { background-color: #CE0178; }
a { background-color: rgb(206,1,120); }
div.DivClassName
{
background-color: #CE0178;
}
.BgClassName
{
background-color: #CE0178;
}
</style>
border-color css
<style>
span { border-color: #CE0178; }
span { border-color: rgb(206,1,120); }
td.TdClassName
{
border-color: #CE0178;
}
.TagClassName
{
border-color: #CE0178;
}
</style>