Shades of Medium Violet Red #CE0A70
Tints of Medium Violet Red #CE0A70
RGB
CMYK
RGB Variations
Color information
#CE0A70 (or 0xCE0A70) is known color: Medium Violet Red. HEX triplet: CE, 0A and 70. RGB value is (206,10,112). Sum of RGB (Red+Green+Blue) = 206+10+112=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A70 is #31F58F. Grayscale: #505050. Windows color (decimal): -3274128 or 7342798. OLE color: 7342798.
HSL color Cylindrical-coordinate representation of color #CE0A70: hue angle of 328.78º 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 #CE0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.19 |
| HSL | 328.78º | 0.91% | 0.42% | - |
| HSV(B) | 328.78º | 0.95% | 0.81% | - |
| XYZ | 28.49 | 14.51 | 16.63 | - |
| YUV | 80.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 112 | 0 | 0.95 | 0.46 | 0.19 | 328.78 | 0.91 | 0.42 |
| Hex | CE | A | 70 | 0 | 5F | 2E | 13 | 149 | 5B | 2A |
| Octal | 316 | 12 | 160 | 0 | 137 | 56 | 23 | 511 | 133 | 52 |
| Binary | 11001110 | 1010 | 1110000 | 0 | 1011111 | 101110 | 10011 | 101001001 | 1011011 | 101010 |
Color Harmonies of #CE0A70
Complementary color
Monochromatic Colors of #CE0A70
Black with #CE0A70
Text Example
Text Example
White with #CE0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A70; }
p { color: rgb(206,10,112); }
H1.HeaderClassName
{
color: #CE0A70;
}
.AnyTagClassName
{
color: #CE0A70;
}
</style>
background-color css
<style>
a { background-color: #CE0A70; }
a { background-color: rgb(206,10,112); }
div.DivClassName
{
background-color: #CE0A70;
}
.BgClassName
{
background-color: #CE0A70;
}
</style>
border-color css
<style>
span { border-color: #CE0A70; }
span { border-color: rgb(206,10,112); }
td.TdClassName
{
border-color: #CE0A70;
}
.TagClassName
{
border-color: #CE0A70;
}
</style>