Shades of Medium Violet Red #CE0A7A
Tints of Medium Violet Red #CE0A7A
RGB
CMYK
RGB Variations
Color information
#CE0A7A (or 0xCE0A7A) is known color: Medium Violet Red. HEX triplet: CE, 0A and 7A. RGB value is (206,10,122). Sum of RGB (Red+Green+Blue) = 206+10+122=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A7A is #31F585. Grayscale: #515151. Windows color (decimal): -3274118 or 7998158. OLE color: 7998158.
HSL color Cylindrical-coordinate representation of color #CE0A7A: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A7A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.19 |
| HSL | 325.71º | 0.91% | 0.42% | - |
| HSV(B) | 325.71º | 0.95% | 0.81% | - |
| XYZ | 29.07 | 14.74 | 19.73 | - |
| YUV | 81.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 122 | 0 | 0.95 | 0.41 | 0.19 | 325.71 | 0.91 | 0.42 |
| Hex | CE | A | 7A | 0 | 5F | 29 | 13 | 146 | 5B | 2A |
| Octal | 316 | 12 | 172 | 0 | 137 | 51 | 23 | 506 | 133 | 52 |
| Binary | 11001110 | 1010 | 1111010 | 0 | 1011111 | 101001 | 10011 | 101000110 | 1011011 | 101010 |
Color Harmonies of #CE0A7A
Complementary color
Monochromatic Colors of #CE0A7A
Black with #CE0A7A
Text Example
Text Example
White with #CE0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A7A; }
p { color: rgb(206,10,122); }
H1.HeaderClassName
{
color: #CE0A7A;
}
.AnyTagClassName
{
color: #CE0A7A;
}
</style>
background-color css
<style>
a { background-color: #CE0A7A; }
a { background-color: rgb(206,10,122); }
div.DivClassName
{
background-color: #CE0A7A;
}
.BgClassName
{
background-color: #CE0A7A;
}
</style>
border-color css
<style>
span { border-color: #CE0A7A; }
span { border-color: rgb(206,10,122); }
td.TdClassName
{
border-color: #CE0A7A;
}
.TagClassName
{
border-color: #CE0A7A;
}
</style>