Shades of Medium Violet Red #CE076F
Tints of Medium Violet Red #CE076F
RGB
CMYK
RGB Variations
Color information
#CE076F (or 0xCE076F) is known color: Medium Violet Red. HEX triplet: CE, 07 and 6F. RGB value is (206,7,111). Sum of RGB (Red+Green+Blue) = 206+7+111=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE076F is #31F890. Grayscale: #4E4E4E. Windows color (decimal): -3274897 or 7276494. OLE color: 7276494.
HSL color Cylindrical-coordinate representation of color #CE076F: hue angle of 328.64º 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 #CE076F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.19 |
| HSL | 328.64º | 0.93% | 0.42% | - |
| HSV(B) | 328.64º | 0.97% | 0.81% | - |
| XYZ | 28.4 | 14.42 | 16.33 | - |
| YUV | 78.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 111 | 0 | 0.97 | 0.46 | 0.19 | 328.64 | 0.93 | 0.42 |
| Hex | CE | 7 | 6F | 0 | 61 | 2E | 13 | 149 | 5D | 2A |
| Octal | 316 | 7 | 157 | 0 | 141 | 56 | 23 | 511 | 135 | 52 |
| Binary | 11001110 | 111 | 1101111 | 0 | 1100001 | 101110 | 10011 | 101001001 | 1011101 | 101010 |
Color Harmonies of #CE076F
Complementary color
Monochromatic Colors of #CE076F
Black with #CE076F
Text Example
Text Example
White with #CE076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE076F; }
p { color: rgb(206,7,111); }
H1.HeaderClassName
{
color: #CE076F;
}
.AnyTagClassName
{
color: #CE076F;
}
</style>
background-color css
<style>
a { background-color: #CE076F; }
a { background-color: rgb(206,7,111); }
div.DivClassName
{
background-color: #CE076F;
}
.BgClassName
{
background-color: #CE076F;
}
</style>
border-color css
<style>
span { border-color: #CE076F; }
span { border-color: rgb(206,7,111); }
td.TdClassName
{
border-color: #CE076F;
}
.TagClassName
{
border-color: #CE076F;
}
</style>