Shades of Medium Violet Red #CE1F88
Tints of Medium Violet Red #CE1F88
RGB
CMYK
RGB Variations
Color information
#CE1F88 (or 0xCE1F88) is known color: Medium Violet Red. HEX triplet: CE, 1F and 88. RGB value is (206,31,136). Sum of RGB (Red+Green+Blue) = 206+31+136=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F88 is #31E077. Grayscale: #5F5F5F. Windows color (decimal): -3268728 or 8921038. OLE color: 8921038.
HSL color Cylindrical-coordinate representation of color #CE1F88: hue angle of 324º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F88 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 136 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.19 |
| HSL | 324º | 0.74% | 0.46% | - |
| HSV(B) | 324º | 0.85% | 0.81% | - |
| XYZ | 30.39 | 15.88 | 24.76 | - |
| YUV | 95.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 136 | 0 | 0.85 | 0.34 | 0.19 | 324 | 0.74 | 0.46 |
| Hex | CE | 1F | 88 | 0 | 55 | 22 | 13 | 144 | 4A | 2E |
| Octal | 316 | 37 | 210 | 0 | 125 | 42 | 23 | 504 | 112 | 56 |
| Binary | 11001110 | 11111 | 10001000 | 0 | 1010101 | 100010 | 10011 | 101000100 | 1001010 | 101110 |
Color Harmonies of #CE1F88
Complementary color
Monochromatic Colors of #CE1F88
Black with #CE1F88
Text Example
Text Example
White with #CE1F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F88; }
p { color: rgb(206,31,136); }
H1.HeaderClassName
{
color: #CE1F88;
}
.AnyTagClassName
{
color: #CE1F88;
}
</style>
background-color css
<style>
a { background-color: #CE1F88; }
a { background-color: rgb(206,31,136); }
div.DivClassName
{
background-color: #CE1F88;
}
.BgClassName
{
background-color: #CE1F88;
}
</style>
border-color css
<style>
span { border-color: #CE1F88; }
span { border-color: rgb(206,31,136); }
td.TdClassName
{
border-color: #CE1F88;
}
.TagClassName
{
border-color: #CE1F88;
}
</style>