Shades of Medium Violet Red #CE0474
Tints of Medium Violet Red #CE0474
RGB
CMYK
RGB Variations
Color information
#CE0474 (or 0xCE0474) is known color: Medium Violet Red. HEX triplet: CE, 04 and 74. RGB value is (206,4,116). Sum of RGB (Red+Green+Blue) = 206+4+116=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0474 is #31FB8B. Grayscale: #4C4C4C. Windows color (decimal): -3275660 or 7603406. OLE color: 7603406.
HSL color Cylindrical-coordinate representation of color #CE0474: hue angle of 326.73º 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 #CE0474 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.19 |
| HSL | 326.73º | 0.96% | 0.41% | - |
| HSV(B) | 326.73º | 0.98% | 0.81% | - |
| XYZ | 28.65 | 14.47 | 17.81 | - |
| YUV | 77.17 | 149.92 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 116 | 0 | 0.98 | 0.44 | 0.19 | 326.73 | 0.96 | 0.41 |
| Hex | CE | 4 | 74 | 0 | 62 | 2C | 13 | 147 | 60 | 29 |
| Octal | 316 | 4 | 164 | 0 | 142 | 54 | 23 | 507 | 140 | 51 |
| Binary | 11001110 | 100 | 1110100 | 0 | 1100010 | 101100 | 10011 | 101000111 | 1100000 | 101001 |
Color Harmonies of #CE0474
Complementary color
Monochromatic Colors of #CE0474
Black with #CE0474
Text Example
Text Example
White with #CE0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0474; }
p { color: rgb(206,4,116); }
H1.HeaderClassName
{
color: #CE0474;
}
.AnyTagClassName
{
color: #CE0474;
}
</style>
background-color css
<style>
a { background-color: #CE0474; }
a { background-color: rgb(206,4,116); }
div.DivClassName
{
background-color: #CE0474;
}
.BgClassName
{
background-color: #CE0474;
}
</style>
border-color css
<style>
span { border-color: #CE0474; }
span { border-color: rgb(206,4,116); }
td.TdClassName
{
border-color: #CE0474;
}
.TagClassName
{
border-color: #CE0474;
}
</style>