Shades of Medium Violet Red #CE2070
Tints of Medium Violet Red #CE2070
RGB
CMYK
RGB Variations
Color information
#CE2070 (or 0xCE2070) is known color: Medium Violet Red. HEX triplet: CE, 20 and 70. RGB value is (206,32,112). Sum of RGB (Red+Green+Blue) = 206+32+112=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2070 is #31DF8F. Grayscale: #5D5D5D. Windows color (decimal): -3268496 or 7348430. OLE color: 7348430.
HSL color Cylindrical-coordinate representation of color #CE2070: hue angle of 332.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2070 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 112 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.19 |
| HSL | 332.41º | 0.73% | 0.47% | - |
| HSV(B) | 332.41º | 0.84% | 0.81% | - |
| XYZ | 28.89 | 15.32 | 16.76 | - |
| YUV | 93.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 112 | 0 | 0.84 | 0.46 | 0.19 | 332.41 | 0.73 | 0.47 |
| Hex | CE | 20 | 70 | 0 | 54 | 2E | 13 | 14C | 49 | 2F |
| Octal | 316 | 40 | 160 | 0 | 124 | 56 | 23 | 514 | 111 | 57 |
| Binary | 11001110 | 100000 | 1110000 | 0 | 1010100 | 101110 | 10011 | 101001100 | 1001001 | 101111 |
Color Harmonies of #CE2070
Complementary color
Monochromatic Colors of #CE2070
Black with #CE2070
Text Example
Text Example
White with #CE2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2070; }
p { color: rgb(206,32,112); }
H1.HeaderClassName
{
color: #CE2070;
}
.AnyTagClassName
{
color: #CE2070;
}
</style>
background-color css
<style>
a { background-color: #CE2070; }
a { background-color: rgb(206,32,112); }
div.DivClassName
{
background-color: #CE2070;
}
.BgClassName
{
background-color: #CE2070;
}
</style>
border-color css
<style>
span { border-color: #CE2070; }
span { border-color: rgb(206,32,112); }
td.TdClassName
{
border-color: #CE2070;
}
.TagClassName
{
border-color: #CE2070;
}
</style>