Shades of Medium Violet Red #CE077C
Tints of Medium Violet Red #CE077C
RGB
CMYK
RGB Variations
Color information
#CE077C (or 0xCE077C) is known color: Medium Violet Red. HEX triplet: CE, 07 and 7C. RGB value is (206,7,124). Sum of RGB (Red+Green+Blue) = 206+7+124=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE077C is #31F883. Grayscale: #4F4F4F. Windows color (decimal): -3274884 or 8128462. OLE color: 8128462.
HSL color Cylindrical-coordinate representation of color #CE077C: hue angle of 324.72º 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 #CE077C is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.19 |
| HSL | 324.72º | 0.93% | 0.42% | - |
| HSV(B) | 324.72º | 0.97% | 0.81% | - |
| XYZ | 29.17 | 14.73 | 20.37 | - |
| YUV | 79.84 | 152.93 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 124 | 0 | 0.97 | 0.40 | 0.19 | 324.72 | 0.93 | 0.42 |
| Hex | CE | 7 | 7C | 0 | 61 | 28 | 13 | 145 | 5D | 2A |
| Octal | 316 | 7 | 174 | 0 | 141 | 50 | 23 | 505 | 135 | 52 |
| Binary | 11001110 | 111 | 1111100 | 0 | 1100001 | 101000 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CE077C
Complementary color
Monochromatic Colors of #CE077C
Black with #CE077C
Text Example
Text Example
White with #CE077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE077C; }
p { color: rgb(206,7,124); }
H1.HeaderClassName
{
color: #CE077C;
}
.AnyTagClassName
{
color: #CE077C;
}
</style>
background-color css
<style>
a { background-color: #CE077C; }
a { background-color: rgb(206,7,124); }
div.DivClassName
{
background-color: #CE077C;
}
.BgClassName
{
background-color: #CE077C;
}
</style>
border-color css
<style>
span { border-color: #CE077C; }
span { border-color: rgb(206,7,124); }
td.TdClassName
{
border-color: #CE077C;
}
.TagClassName
{
border-color: #CE077C;
}
</style>