Shades of Medium Violet Red #CE2488
Tints of Medium Violet Red #CE2488
RGB
CMYK
RGB Variations
Color information
#CE2488 (or 0xCE2488) is known color: Medium Violet Red. HEX triplet: CE, 24 and 88. RGB value is (206,36,136). Sum of RGB (Red+Green+Blue) = 206+36+136=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2488 is #31DB77. Grayscale: #626262. Windows color (decimal): -3267448 or 8922318. OLE color: 8922318.
HSL color Cylindrical-coordinate representation of color #CE2488: hue angle of 324.71º degrees, saturation: 0.7, 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 #CE2488 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 136 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.19 |
| HSL | 324.71º | 0.7% | 0.47% | - |
| HSV(B) | 324.71º | 0.83% | 0.81% | - |
| XYZ | 30.53 | 16.16 | 24.8 | - |
| YUV | 98.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 136 | 0 | 0.83 | 0.34 | 0.19 | 324.71 | 0.7 | 0.47 |
| Hex | CE | 24 | 88 | 0 | 53 | 22 | 13 | 145 | 46 | 2F |
| Octal | 316 | 44 | 210 | 0 | 123 | 42 | 23 | 505 | 106 | 57 |
| Binary | 11001110 | 100100 | 10001000 | 0 | 1010011 | 100010 | 10011 | 101000101 | 1000110 | 101111 |
Color Harmonies of #CE2488
Complementary color
Monochromatic Colors of #CE2488
Black with #CE2488
Text Example
Text Example
White with #CE2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2488; }
p { color: rgb(206,36,136); }
H1.HeaderClassName
{
color: #CE2488;
}
.AnyTagClassName
{
color: #CE2488;
}
</style>
background-color css
<style>
a { background-color: #CE2488; }
a { background-color: rgb(206,36,136); }
div.DivClassName
{
background-color: #CE2488;
}
.BgClassName
{
background-color: #CE2488;
}
</style>
border-color css
<style>
span { border-color: #CE2488; }
span { border-color: rgb(206,36,136); }
td.TdClassName
{
border-color: #CE2488;
}
.TagClassName
{
border-color: #CE2488;
}
</style>