Shades of Medium Violet Red #CE2290
Tints of Medium Violet Red #CE2290
RGB
CMYK
RGB Variations
Color information
#CE2290 (or 0xCE2290) is known color: Medium Violet Red. HEX triplet: CE, 22 and 90. RGB value is (206,34,144). Sum of RGB (Red+Green+Blue) = 206+34+144=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2290 is #31DD6F. Grayscale: #616161. Windows color (decimal): -3267952 or 9446094. OLE color: 9446094.
HSL color Cylindrical-coordinate representation of color #CE2290: hue angle of 321.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2290 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 144 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.19 |
| HSL | 321.63º | 0.72% | 0.47% | - |
| HSV(B) | 321.63º | 0.83% | 0.81% | - |
| XYZ | 31.06 | 16.28 | 27.89 | - |
| YUV | 97.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 144 | 0 | 0.83 | 0.30 | 0.19 | 321.63 | 0.72 | 0.47 |
| Hex | CE | 22 | 90 | 0 | 53 | 1E | 13 | 142 | 48 | 2F |
| Octal | 316 | 42 | 220 | 0 | 123 | 36 | 23 | 502 | 110 | 57 |
| Binary | 11001110 | 100010 | 10010000 | 0 | 1010011 | 11110 | 10011 | 101000010 | 1001000 | 101111 |
Color Harmonies of #CE2290
Complementary color
Monochromatic Colors of #CE2290
Black with #CE2290
Text Example
Text Example
White with #CE2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2290; }
p { color: rgb(206,34,144); }
H1.HeaderClassName
{
color: #CE2290;
}
.AnyTagClassName
{
color: #CE2290;
}
</style>
background-color css
<style>
a { background-color: #CE2290; }
a { background-color: rgb(206,34,144); }
div.DivClassName
{
background-color: #CE2290;
}
.BgClassName
{
background-color: #CE2290;
}
</style>
border-color css
<style>
span { border-color: #CE2290; }
span { border-color: rgb(206,34,144); }
td.TdClassName
{
border-color: #CE2290;
}
.TagClassName
{
border-color: #CE2290;
}
</style>