Shades of Medium Violet Red #CE0490
Tints of Medium Violet Red #CE0490
RGB
CMYK
RGB Variations
Color information
#CE0490 (or 0xCE0490) is known color: Medium Violet Red. HEX triplet: CE, 04 and 90. RGB value is (206,4,144). Sum of RGB (Red+Green+Blue) = 206+4+144=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0490 is #31FB6F. Grayscale: #505050. Windows color (decimal): -3275632 or 9438414. OLE color: 9438414.
HSL color Cylindrical-coordinate representation of color #CE0490: hue angle of 318.42º 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 #CE0490 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.19 |
| HSL | 318.42º | 0.96% | 0.41% | - |
| HSV(B) | 318.42º | 0.98% | 0.81% | - |
| XYZ | 30.53 | 15.22 | 27.71 | - |
| YUV | 80.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 144 | 0 | 0.98 | 0.30 | 0.19 | 318.42 | 0.96 | 0.41 |
| Hex | CE | 4 | 90 | 0 | 62 | 1E | 13 | 13E | 60 | 29 |
| Octal | 316 | 4 | 220 | 0 | 142 | 36 | 23 | 476 | 140 | 51 |
| Binary | 11001110 | 100 | 10010000 | 0 | 1100010 | 11110 | 10011 | 100111110 | 1100000 | 101001 |
Color Harmonies of #CE0490
Complementary color
Monochromatic Colors of #CE0490
Black with #CE0490
Text Example
Text Example
White with #CE0490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0490; }
p { color: rgb(206,4,144); }
H1.HeaderClassName
{
color: #CE0490;
}
.AnyTagClassName
{
color: #CE0490;
}
</style>
background-color css
<style>
a { background-color: #CE0490; }
a { background-color: rgb(206,4,144); }
div.DivClassName
{
background-color: #CE0490;
}
.BgClassName
{
background-color: #CE0490;
}
</style>
border-color css
<style>
span { border-color: #CE0490; }
span { border-color: rgb(206,4,144); }
td.TdClassName
{
border-color: #CE0490;
}
.TagClassName
{
border-color: #CE0490;
}
</style>