Shades of Medium Violet Red #CE077A
Tints of Medium Violet Red #CE077A
RGB
CMYK
RGB Variations
Color information
#CE077A (or 0xCE077A) is known color: Medium Violet Red. HEX triplet: CE, 07 and 7A. RGB value is (206,7,122). Sum of RGB (Red+Green+Blue) = 206+7+122=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE077A is #31F885. Grayscale: #4F4F4F. Windows color (decimal): -3274886 or 7997390. OLE color: 7997390.
HSL color Cylindrical-coordinate representation of color #CE077A: hue angle of 325.33º 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 #CE077A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.19 |
| HSL | 325.33º | 0.93% | 0.42% | - |
| HSV(B) | 325.33º | 0.97% | 0.81% | - |
| XYZ | 29.04 | 14.68 | 19.71 | - |
| YUV | 79.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 122 | 0 | 0.97 | 0.41 | 0.19 | 325.33 | 0.93 | 0.42 |
| Hex | CE | 7 | 7A | 0 | 61 | 29 | 13 | 145 | 5D | 2A |
| Octal | 316 | 7 | 172 | 0 | 141 | 51 | 23 | 505 | 135 | 52 |
| Binary | 11001110 | 111 | 1111010 | 0 | 1100001 | 101001 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CE077A
Complementary color
Monochromatic Colors of #CE077A
Black with #CE077A
Text Example
Text Example
White with #CE077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE077A; }
p { color: rgb(206,7,122); }
H1.HeaderClassName
{
color: #CE077A;
}
.AnyTagClassName
{
color: #CE077A;
}
</style>
background-color css
<style>
a { background-color: #CE077A; }
a { background-color: rgb(206,7,122); }
div.DivClassName
{
background-color: #CE077A;
}
.BgClassName
{
background-color: #CE077A;
}
</style>
border-color css
<style>
span { border-color: #CE077A; }
span { border-color: rgb(206,7,122); }
td.TdClassName
{
border-color: #CE077A;
}
.TagClassName
{
border-color: #CE077A;
}
</style>