Shades of Medium Violet Red #CE0470
Tints of Medium Violet Red #CE0470
RGB
CMYK
RGB Variations
Color information
#CE0470 (or 0xCE0470) is known color: Medium Violet Red. HEX triplet: CE, 04 and 70. RGB value is (206,4,112). Sum of RGB (Red+Green+Blue) = 206+4+112=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0470 is #31FB8F. Grayscale: #4C4C4C. Windows color (decimal): -3275664 or 7341262. OLE color: 7341262.
HSL color Cylindrical-coordinate representation of color #CE0470: hue angle of 327.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0470 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.19 |
| HSL | 327.92º | 0.96% | 0.41% | - |
| HSV(B) | 327.92º | 0.98% | 0.81% | - |
| XYZ | 28.42 | 14.38 | 16.61 | - |
| YUV | 76.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 112 | 0 | 0.98 | 0.46 | 0.19 | 327.92 | 0.96 | 0.41 |
| Hex | CE | 4 | 70 | 0 | 62 | 2E | 13 | 148 | 60 | 29 |
| Octal | 316 | 4 | 160 | 0 | 142 | 56 | 23 | 510 | 140 | 51 |
| Binary | 11001110 | 100 | 1110000 | 0 | 1100010 | 101110 | 10011 | 101001000 | 1100000 | 101001 |
Color Harmonies of #CE0470
Complementary color
Monochromatic Colors of #CE0470
Black with #CE0470
Text Example
Text Example
White with #CE0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0470; }
p { color: rgb(206,4,112); }
H1.HeaderClassName
{
color: #CE0470;
}
.AnyTagClassName
{
color: #CE0470;
}
</style>
background-color css
<style>
a { background-color: #CE0470; }
a { background-color: rgb(206,4,112); }
div.DivClassName
{
background-color: #CE0470;
}
.BgClassName
{
background-color: #CE0470;
}
</style>
border-color css
<style>
span { border-color: #CE0470; }
span { border-color: rgb(206,4,112); }
td.TdClassName
{
border-color: #CE0470;
}
.TagClassName
{
border-color: #CE0470;
}
</style>