Shades of Medium Violet Red #CE0479
Tints of Medium Violet Red #CE0479
RGB
CMYK
RGB Variations
Color information
#CE0479 (or 0xCE0479) is known color: Medium Violet Red. HEX triplet: CE, 04 and 79. RGB value is (206,4,121). Sum of RGB (Red+Green+Blue) = 206+4+121=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0479 is #31FB86. Grayscale: #4D4D4D. Windows color (decimal): -3275655 or 7931086. OLE color: 7931086.
HSL color Cylindrical-coordinate representation of color #CE0479: hue angle of 325.25º 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 #CE0479 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.19 |
| HSL | 325.25º | 0.96% | 0.41% | - |
| HSV(B) | 325.25º | 0.98% | 0.81% | - |
| XYZ | 28.95 | 14.59 | 19.38 | - |
| YUV | 77.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 121 | 0 | 0.98 | 0.41 | 0.19 | 325.25 | 0.96 | 0.41 |
| Hex | CE | 4 | 79 | 0 | 62 | 29 | 13 | 145 | 60 | 29 |
| Octal | 316 | 4 | 171 | 0 | 142 | 51 | 23 | 505 | 140 | 51 |
| Binary | 11001110 | 100 | 1111001 | 0 | 1100010 | 101001 | 10011 | 101000101 | 1100000 | 101001 |
Color Harmonies of #CE0479
Complementary color
Monochromatic Colors of #CE0479
Black with #CE0479
Text Example
Text Example
White with #CE0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0479; }
p { color: rgb(206,4,121); }
H1.HeaderClassName
{
color: #CE0479;
}
.AnyTagClassName
{
color: #CE0479;
}
</style>
background-color css
<style>
a { background-color: #CE0479; }
a { background-color: rgb(206,4,121); }
div.DivClassName
{
background-color: #CE0479;
}
.BgClassName
{
background-color: #CE0479;
}
</style>
border-color css
<style>
span { border-color: #CE0479; }
span { border-color: rgb(206,4,121); }
td.TdClassName
{
border-color: #CE0479;
}
.TagClassName
{
border-color: #CE0479;
}
</style>