Shades of Medium Violet Red #CE0794
Tints of Medium Violet Red #CE0794
RGB
CMYK
RGB Variations
Color information
#CE0794 (or 0xCE0794) is known color: Medium Violet Red. HEX triplet: CE, 07 and 94. RGB value is (206,7,148). Sum of RGB (Red+Green+Blue) = 206+7+148=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0794 is #31F86B. Grayscale: #525252. Windows color (decimal): -3274860 or 9701326. OLE color: 9701326.
HSL color Cylindrical-coordinate representation of color #CE0794: hue angle of 317.49º 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 #CE0794 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.19 |
| HSL | 317.49º | 0.93% | 0.42% | - |
| HSV(B) | 317.49º | 0.97% | 0.81% | - |
| XYZ | 30.87 | 15.41 | 29.36 | - |
| YUV | 82.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 148 | 0 | 0.97 | 0.28 | 0.19 | 317.49 | 0.93 | 0.42 |
| Hex | CE | 7 | 94 | 0 | 61 | 1C | 13 | 13D | 5D | 2A |
| Octal | 316 | 7 | 224 | 0 | 141 | 34 | 23 | 475 | 135 | 52 |
| Binary | 11001110 | 111 | 10010100 | 0 | 1100001 | 11100 | 10011 | 100111101 | 1011101 | 101010 |
Color Harmonies of #CE0794
Complementary color
Monochromatic Colors of #CE0794
Black with #CE0794
Text Example
Text Example
White with #CE0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0794; }
p { color: rgb(206,7,148); }
H1.HeaderClassName
{
color: #CE0794;
}
.AnyTagClassName
{
color: #CE0794;
}
</style>
background-color css
<style>
a { background-color: #CE0794; }
a { background-color: rgb(206,7,148); }
div.DivClassName
{
background-color: #CE0794;
}
.BgClassName
{
background-color: #CE0794;
}
</style>
border-color css
<style>
span { border-color: #CE0794; }
span { border-color: rgb(206,7,148); }
td.TdClassName
{
border-color: #CE0794;
}
.TagClassName
{
border-color: #CE0794;
}
</style>