Shades of Medium Violet Red #CE079F
Tints of Medium Violet Red #CE079F
RGB
CMYK
RGB Variations
Color information
#CE079F (or 0xCE079F) is known color: Medium Violet Red. HEX triplet: CE, 07 and 9F. RGB value is (206,7,159). Sum of RGB (Red+Green+Blue) = 206+7+159=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE079F is #31F860. Grayscale: #535353. Windows color (decimal): -3274849 or 10422222. OLE color: 10422222.
HSL color Cylindrical-coordinate representation of color #CE079F: hue angle of 314.17º 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 #CE079F is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.19 |
| HSL | 314.17º | 0.93% | 0.42% | - |
| HSV(B) | 314.17º | 0.97% | 0.81% | - |
| XYZ | 31.79 | 15.78 | 34.17 | - |
| YUV | 83.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 159 | 0 | 0.97 | 0.23 | 0.19 | 314.17 | 0.93 | 0.42 |
| Hex | CE | 7 | 9F | 0 | 61 | 17 | 13 | 13A | 5D | 2A |
| Octal | 316 | 7 | 237 | 0 | 141 | 27 | 23 | 472 | 135 | 52 |
| Binary | 11001110 | 111 | 10011111 | 0 | 1100001 | 10111 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CE079F
Complementary color
Monochromatic Colors of #CE079F
Black with #CE079F
Text Example
Text Example
White with #CE079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE079F; }
p { color: rgb(206,7,159); }
H1.HeaderClassName
{
color: #CE079F;
}
.AnyTagClassName
{
color: #CE079F;
}
</style>
background-color css
<style>
a { background-color: #CE079F; }
a { background-color: rgb(206,7,159); }
div.DivClassName
{
background-color: #CE079F;
}
.BgClassName
{
background-color: #CE079F;
}
</style>
border-color css
<style>
span { border-color: #CE079F; }
span { border-color: rgb(206,7,159); }
td.TdClassName
{
border-color: #CE079F;
}
.TagClassName
{
border-color: #CE079F;
}
</style>