Shades of Medium Violet Red #CE2190
Tints of Medium Violet Red #CE2190
RGB
CMYK
RGB Variations
Color information
#CE2190 (or 0xCE2190) is known color: Medium Violet Red. HEX triplet: CE, 21 and 90. RGB value is (206,33,144). Sum of RGB (Red+Green+Blue) = 206+33+144=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2190 is #31DE6F. Grayscale: #616161. Windows color (decimal): -3268208 or 9445838. OLE color: 9445838.
HSL color Cylindrical-coordinate representation of color #CE2190: hue angle of 321.5º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2190 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 144 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.19 |
| HSL | 321.5º | 0.72% | 0.47% | - |
| HSV(B) | 321.5º | 0.84% | 0.81% | - |
| XYZ | 31.03 | 16.22 | 27.88 | - |
| YUV | 97.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 144 | 0 | 0.84 | 0.30 | 0.19 | 321.5 | 0.72 | 0.47 |
| Hex | CE | 21 | 90 | 0 | 54 | 1E | 13 | 142 | 48 | 2F |
| Octal | 316 | 41 | 220 | 0 | 124 | 36 | 23 | 502 | 110 | 57 |
| Binary | 11001110 | 100001 | 10010000 | 0 | 1010100 | 11110 | 10011 | 101000010 | 1001000 | 101111 |
Color Harmonies of #CE2190
Complementary color
Monochromatic Colors of #CE2190
Black with #CE2190
Text Example
Text Example
White with #CE2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2190; }
p { color: rgb(206,33,144); }
H1.HeaderClassName
{
color: #CE2190;
}
.AnyTagClassName
{
color: #CE2190;
}
</style>
background-color css
<style>
a { background-color: #CE2190; }
a { background-color: rgb(206,33,144); }
div.DivClassName
{
background-color: #CE2190;
}
.BgClassName
{
background-color: #CE2190;
}
</style>
border-color css
<style>
span { border-color: #CE2190; }
span { border-color: rgb(206,33,144); }
td.TdClassName
{
border-color: #CE2190;
}
.TagClassName
{
border-color: #CE2190;
}
</style>