Shades of Medium Violet Red #CE1F87
Tints of Medium Violet Red #CE1F87
RGB
CMYK
RGB Variations
Color information
#CE1F87 (or 0xCE1F87) is known color: Medium Violet Red. HEX triplet: CE, 1F and 87. RGB value is (206,31,135). Sum of RGB (Red+Green+Blue) = 206+31+135=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F87 is #31E078. Grayscale: #5E5E5E. Windows color (decimal): -3268729 or 8855502. OLE color: 8855502.
HSL color Cylindrical-coordinate representation of color #CE1F87: hue angle of 324.34º 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 #CE1F87 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 135 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.19 |
| HSL | 324.34º | 0.74% | 0.46% | - |
| HSV(B) | 324.34º | 0.85% | 0.81% | - |
| XYZ | 30.32 | 15.85 | 24.38 | - |
| YUV | 95.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 135 | 0 | 0.85 | 0.34 | 0.19 | 324.34 | 0.74 | 0.46 |
| Hex | CE | 1F | 87 | 0 | 55 | 22 | 13 | 144 | 4A | 2E |
| Octal | 316 | 37 | 207 | 0 | 125 | 42 | 23 | 504 | 112 | 56 |
| Binary | 11001110 | 11111 | 10000111 | 0 | 1010101 | 100010 | 10011 | 101000100 | 1001010 | 101110 |
Color Harmonies of #CE1F87
Complementary color
Monochromatic Colors of #CE1F87
Black with #CE1F87
Text Example
Text Example
White with #CE1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F87; }
p { color: rgb(206,31,135); }
H1.HeaderClassName
{
color: #CE1F87;
}
.AnyTagClassName
{
color: #CE1F87;
}
</style>
background-color css
<style>
a { background-color: #CE1F87; }
a { background-color: rgb(206,31,135); }
div.DivClassName
{
background-color: #CE1F87;
}
.BgClassName
{
background-color: #CE1F87;
}
</style>
border-color css
<style>
span { border-color: #CE1F87; }
span { border-color: rgb(206,31,135); }
td.TdClassName
{
border-color: #CE1F87;
}
.TagClassName
{
border-color: #CE1F87;
}
</style>