Shades of Medium Violet Red #CE0070
Tints of Medium Violet Red #CE0070
RGB
CMYK
RGB Variations
Color information
#CE0070 (or 0xCE0070) is known color: Medium Violet Red. HEX triplet: CE, 00 and 70. RGB value is (206,0,112). Sum of RGB (Red+Green+Blue) = 206+0+112=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0070 is #31FF8F. Grayscale: #4A4A4A. Windows color (decimal): -3276688 or 7340238. OLE color: 7340238.
HSL color Cylindrical-coordinate representation of color #CE0070: hue angle of 327.38º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0070 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.46 | 0.19 |
| HSL | 327.38º | 1% | 0.4% | - |
| HSV(B) | 327.38º | 1% | 0.81% | - |
| XYZ | 28.38 | 14.29 | 16.59 | - |
| YUV | 74.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 112 | 0 | 1 | 0.46 | 0.19 | 327.38 | 1 | 0.4 |
| Hex | CE | 0 | 70 | 0 | 64 | 2E | 13 | 147 | 64 | 28 |
| Octal | 316 | 0 | 160 | 0 | 144 | 56 | 23 | 507 | 144 | 50 |
| Binary | 11001110 | 0 | 1110000 | 0 | 1100100 | 101110 | 10011 | 101000111 | 1100100 | 101000 |
Color Harmonies of #CE0070
Complementary color
Monochromatic Colors of #CE0070
Black with #CE0070
Text Example
Text Example
White with #CE0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0070; }
p { color: rgb(206,0,112); }
H1.HeaderClassName
{
color: #CE0070;
}
.AnyTagClassName
{
color: #CE0070;
}
</style>
background-color css
<style>
a { background-color: #CE0070; }
a { background-color: rgb(206,0,112); }
div.DivClassName
{
background-color: #CE0070;
}
.BgClassName
{
background-color: #CE0070;
}
</style>
border-color css
<style>
span { border-color: #CE0070; }
span { border-color: rgb(206,0,112); }
td.TdClassName
{
border-color: #CE0070;
}
.TagClassName
{
border-color: #CE0070;
}
</style>