Shades of Medium Violet Red #CE0472
Tints of Medium Violet Red #CE0472
RGB
CMYK
RGB Variations
Color information
#CE0472 (or 0xCE0472) is known color: Medium Violet Red. HEX triplet: CE, 04 and 72. RGB value is (206,4,114). Sum of RGB (Red+Green+Blue) = 206+4+114=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0472 is #31FB8D. Grayscale: #4C4C4C. Windows color (decimal): -3275662 or 7472334. OLE color: 7472334.
HSL color Cylindrical-coordinate representation of color #CE0472: hue angle of 327.33º 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 #CE0472 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.19 |
| HSL | 327.33º | 0.96% | 0.41% | - |
| HSV(B) | 327.33º | 0.98% | 0.81% | - |
| XYZ | 28.53 | 14.42 | 17.2 | - |
| YUV | 76.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 114 | 0 | 0.98 | 0.45 | 0.19 | 327.33 | 0.96 | 0.41 |
| Hex | CE | 4 | 72 | 0 | 62 | 2D | 13 | 147 | 60 | 29 |
| Octal | 316 | 4 | 162 | 0 | 142 | 55 | 23 | 507 | 140 | 51 |
| Binary | 11001110 | 100 | 1110010 | 0 | 1100010 | 101101 | 10011 | 101000111 | 1100000 | 101001 |
Color Harmonies of #CE0472
Complementary color
Monochromatic Colors of #CE0472
Black with #CE0472
Text Example
Text Example
White with #CE0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0472; }
p { color: rgb(206,4,114); }
H1.HeaderClassName
{
color: #CE0472;
}
.AnyTagClassName
{
color: #CE0472;
}
</style>
background-color css
<style>
a { background-color: #CE0472; }
a { background-color: rgb(206,4,114); }
div.DivClassName
{
background-color: #CE0472;
}
.BgClassName
{
background-color: #CE0472;
}
</style>
border-color css
<style>
span { border-color: #CE0472; }
span { border-color: rgb(206,4,114); }
td.TdClassName
{
border-color: #CE0472;
}
.TagClassName
{
border-color: #CE0472;
}
</style>