Shades of Medium Violet Red #CE1F8F
Tints of Medium Violet Red #CE1F8F
RGB
CMYK
RGB Variations
Color information
#CE1F8F (or 0xCE1F8F) is known color: Medium Violet Red. HEX triplet: CE, 1F and 8F. RGB value is (206,31,143). Sum of RGB (Red+Green+Blue) = 206+31+143=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F8F is #31E070. Grayscale: #5F5F5F. Windows color (decimal): -3268721 or 9379790. OLE color: 9379790.
HSL color Cylindrical-coordinate representation of color #CE1F8F: hue angle of 321.6º 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 #CE1F8F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 143 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.19 |
| HSL | 321.6º | 0.74% | 0.46% | - |
| HSV(B) | 321.6º | 0.85% | 0.81% | - |
| XYZ | 30.9 | 16.08 | 27.46 | - |
| YUV | 96.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 143 | 0 | 0.85 | 0.31 | 0.19 | 321.6 | 0.74 | 0.46 |
| Hex | CE | 1F | 8F | 0 | 55 | 1F | 13 | 142 | 4A | 2E |
| Octal | 316 | 37 | 217 | 0 | 125 | 37 | 23 | 502 | 112 | 56 |
| Binary | 11001110 | 11111 | 10001111 | 0 | 1010101 | 11111 | 10011 | 101000010 | 1001010 | 101110 |
Color Harmonies of #CE1F8F
Complementary color
Monochromatic Colors of #CE1F8F
Black with #CE1F8F
Text Example
Text Example
White with #CE1F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F8F; }
p { color: rgb(206,31,143); }
H1.HeaderClassName
{
color: #CE1F8F;
}
.AnyTagClassName
{
color: #CE1F8F;
}
</style>
background-color css
<style>
a { background-color: #CE1F8F; }
a { background-color: rgb(206,31,143); }
div.DivClassName
{
background-color: #CE1F8F;
}
.BgClassName
{
background-color: #CE1F8F;
}
</style>
border-color css
<style>
span { border-color: #CE1F8F; }
span { border-color: rgb(206,31,143); }
td.TdClassName
{
border-color: #CE1F8F;
}
.TagClassName
{
border-color: #CE1F8F;
}
</style>