Shades of Medium Violet Red #CE078D
Tints of Medium Violet Red #CE078D
RGB
CMYK
RGB Variations
Color information
#CE078D (or 0xCE078D) is known color: Medium Violet Red. HEX triplet: CE, 07 and 8D. RGB value is (206,7,141). Sum of RGB (Red+Green+Blue) = 206+7+141=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE078D is #31F872. Grayscale: #515151. Windows color (decimal): -3274867 or 9242574. OLE color: 9242574.
HSL color Cylindrical-coordinate representation of color #CE078D: hue angle of 319.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE078D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.19 |
| HSL | 319.6º | 0.93% | 0.42% | - |
| HSV(B) | 319.6º | 0.97% | 0.81% | - |
| XYZ | 30.34 | 15.2 | 26.53 | - |
| YUV | 81.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 141 | 0 | 0.97 | 0.32 | 0.19 | 319.6 | 0.93 | 0.42 |
| Hex | CE | 7 | 8D | 0 | 61 | 20 | 13 | 140 | 5D | 2A |
| Octal | 316 | 7 | 215 | 0 | 141 | 40 | 23 | 500 | 135 | 52 |
| Binary | 11001110 | 111 | 10001101 | 0 | 1100001 | 100000 | 10011 | 101000000 | 1011101 | 101010 |
Color Harmonies of #CE078D
Complementary color
Monochromatic Colors of #CE078D
Black with #CE078D
Text Example
Text Example
White with #CE078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE078D; }
p { color: rgb(206,7,141); }
H1.HeaderClassName
{
color: #CE078D;
}
.AnyTagClassName
{
color: #CE078D;
}
</style>
background-color css
<style>
a { background-color: #CE078D; }
a { background-color: rgb(206,7,141); }
div.DivClassName
{
background-color: #CE078D;
}
.BgClassName
{
background-color: #CE078D;
}
</style>
border-color css
<style>
span { border-color: #CE078D; }
span { border-color: rgb(206,7,141); }
td.TdClassName
{
border-color: #CE078D;
}
.TagClassName
{
border-color: #CE078D;
}
</style>