Shades of Medium Violet Red #CE1F8C
Tints of Medium Violet Red #CE1F8C
RGB
CMYK
RGB Variations
Color information
#CE1F8C (or 0xCE1F8C) is known color: Medium Violet Red. HEX triplet: CE, 1F and 8C. RGB value is (206,31,140). Sum of RGB (Red+Green+Blue) = 206+31+140=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F8C is #31E073. Grayscale: #5F5F5F. Windows color (decimal): -3268724 or 9183182. OLE color: 9183182.
HSL color Cylindrical-coordinate representation of color #CE1F8C: hue angle of 322.63º 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 #CE1F8C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 140 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.19 |
| HSL | 322.63º | 0.74% | 0.46% | - |
| HSV(B) | 322.63º | 0.85% | 0.81% | - |
| XYZ | 30.68 | 16 | 26.28 | - |
| YUV | 95.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 140 | 0 | 0.85 | 0.32 | 0.19 | 322.63 | 0.74 | 0.46 |
| Hex | CE | 1F | 8C | 0 | 55 | 20 | 13 | 143 | 4A | 2E |
| Octal | 316 | 37 | 214 | 0 | 125 | 40 | 23 | 503 | 112 | 56 |
| Binary | 11001110 | 11111 | 10001100 | 0 | 1010101 | 100000 | 10011 | 101000011 | 1001010 | 101110 |
Color Harmonies of #CE1F8C
Complementary color
Monochromatic Colors of #CE1F8C
Black with #CE1F8C
Text Example
Text Example
White with #CE1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F8C; }
p { color: rgb(206,31,140); }
H1.HeaderClassName
{
color: #CE1F8C;
}
.AnyTagClassName
{
color: #CE1F8C;
}
</style>
background-color css
<style>
a { background-color: #CE1F8C; }
a { background-color: rgb(206,31,140); }
div.DivClassName
{
background-color: #CE1F8C;
}
.BgClassName
{
background-color: #CE1F8C;
}
</style>
border-color css
<style>
span { border-color: #CE1F8C; }
span { border-color: rgb(206,31,140); }
td.TdClassName
{
border-color: #CE1F8C;
}
.TagClassName
{
border-color: #CE1F8C;
}
</style>