Shades of Medium Violet Red #CE0D70
Tints of Medium Violet Red #CE0D70
RGB
CMYK
RGB Variations
Color information
#CE0D70 (or 0xCE0D70) is known color: Medium Violet Red. HEX triplet: CE, 0D and 70. RGB value is (206,13,112). Sum of RGB (Red+Green+Blue) = 206+13+112=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D70 is #31F28F. Grayscale: #515151. Windows color (decimal): -3273360 or 7343566. OLE color: 7343566.
HSL color Cylindrical-coordinate representation of color #CE0D70: hue angle of 329.22º degrees, saturation: 0.88, 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 #CE0D70 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.19 |
| HSL | 329.22º | 0.88% | 0.43% | - |
| HSV(B) | 329.22º | 0.94% | 0.81% | - |
| XYZ | 28.52 | 14.58 | 16.64 | - |
| YUV | 81.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 112 | 0 | 0.94 | 0.46 | 0.19 | 329.22 | 0.88 | 0.43 |
| Hex | CE | D | 70 | 0 | 5E | 2E | 13 | 149 | 58 | 2B |
| Octal | 316 | 15 | 160 | 0 | 136 | 56 | 23 | 511 | 130 | 53 |
| Binary | 11001110 | 1101 | 1110000 | 0 | 1011110 | 101110 | 10011 | 101001001 | 1011000 | 101011 |
Color Harmonies of #CE0D70
Complementary color
Monochromatic Colors of #CE0D70
Black with #CE0D70
Text Example
Text Example
White with #CE0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D70; }
p { color: rgb(206,13,112); }
H1.HeaderClassName
{
color: #CE0D70;
}
.AnyTagClassName
{
color: #CE0D70;
}
</style>
background-color css
<style>
a { background-color: #CE0D70; }
a { background-color: rgb(206,13,112); }
div.DivClassName
{
background-color: #CE0D70;
}
.BgClassName
{
background-color: #CE0D70;
}
</style>
border-color css
<style>
span { border-color: #CE0D70; }
span { border-color: rgb(206,13,112); }
td.TdClassName
{
border-color: #CE0D70;
}
.TagClassName
{
border-color: #CE0D70;
}
</style>