Shades of Medium Violet Red #CE0C7A
Tints of Medium Violet Red #CE0C7A
RGB
CMYK
RGB Variations
Color information
#CE0C7A (or 0xCE0C7A) is known color: Medium Violet Red. HEX triplet: CE, 0C and 7A. RGB value is (206,12,122). Sum of RGB (Red+Green+Blue) = 206+12+122=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C7A is #31F385. Grayscale: #525252. Windows color (decimal): -3273606 or 7998670. OLE color: 7998670.
HSL color Cylindrical-coordinate representation of color #CE0C7A: hue angle of 325.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C7A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 122 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.19 |
| HSL | 325.98º | 0.89% | 0.43% | - |
| HSV(B) | 325.98º | 0.94% | 0.81% | - |
| XYZ | 29.1 | 14.79 | 19.73 | - |
| YUV | 82.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 122 | 0 | 0.94 | 0.41 | 0.19 | 325.98 | 0.89 | 0.43 |
| Hex | CE | C | 7A | 0 | 5E | 29 | 13 | 146 | 59 | 2B |
| Octal | 316 | 14 | 172 | 0 | 136 | 51 | 23 | 506 | 131 | 53 |
| Binary | 11001110 | 1100 | 1111010 | 0 | 1011110 | 101001 | 10011 | 101000110 | 1011001 | 101011 |
Color Harmonies of #CE0C7A
Complementary color
Monochromatic Colors of #CE0C7A
Black with #CE0C7A
Text Example
Text Example
White with #CE0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C7A; }
p { color: rgb(206,12,122); }
H1.HeaderClassName
{
color: #CE0C7A;
}
.AnyTagClassName
{
color: #CE0C7A;
}
</style>
background-color css
<style>
a { background-color: #CE0C7A; }
a { background-color: rgb(206,12,122); }
div.DivClassName
{
background-color: #CE0C7A;
}
.BgClassName
{
background-color: #CE0C7A;
}
</style>
border-color css
<style>
span { border-color: #CE0C7A; }
span { border-color: rgb(206,12,122); }
td.TdClassName
{
border-color: #CE0C7A;
}
.TagClassName
{
border-color: #CE0C7A;
}
</style>