Shades of Medium Violet Red #CE2390
Tints of Medium Violet Red #CE2390
RGB
CMYK
RGB Variations
Color information
#CE2390 (or 0xCE2390) is known color: Medium Violet Red. HEX triplet: CE, 23 and 90. RGB value is (206,35,144). Sum of RGB (Red+Green+Blue) = 206+35+144=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2390 is #31DC6F. Grayscale: #626262. Windows color (decimal): -3267696 or 9446350. OLE color: 9446350.
HSL color Cylindrical-coordinate representation of color #CE2390: hue angle of 321.75º degrees, saturation: 0.71, 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 #CE2390 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 144 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.19 |
| HSL | 321.75º | 0.71% | 0.47% | - |
| HSV(B) | 321.75º | 0.83% | 0.81% | - |
| XYZ | 31.09 | 16.34 | 27.9 | - |
| YUV | 98.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 144 | 0 | 0.83 | 0.30 | 0.19 | 321.75 | 0.71 | 0.47 |
| Hex | CE | 23 | 90 | 0 | 53 | 1E | 13 | 142 | 47 | 2F |
| Octal | 316 | 43 | 220 | 0 | 123 | 36 | 23 | 502 | 107 | 57 |
| Binary | 11001110 | 100011 | 10010000 | 0 | 1010011 | 11110 | 10011 | 101000010 | 1000111 | 101111 |
Color Harmonies of #CE2390
Complementary color
Monochromatic Colors of #CE2390
Black with #CE2390
Text Example
Text Example
White with #CE2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2390; }
p { color: rgb(206,35,144); }
H1.HeaderClassName
{
color: #CE2390;
}
.AnyTagClassName
{
color: #CE2390;
}
</style>
background-color css
<style>
a { background-color: #CE2390; }
a { background-color: rgb(206,35,144); }
div.DivClassName
{
background-color: #CE2390;
}
.BgClassName
{
background-color: #CE2390;
}
</style>
border-color css
<style>
span { border-color: #CE2390; }
span { border-color: rgb(206,35,144); }
td.TdClassName
{
border-color: #CE2390;
}
.TagClassName
{
border-color: #CE2390;
}
</style>