Shades of Medium Violet Red #CE1D8F
Tints of Medium Violet Red #CE1D8F
RGB
CMYK
RGB Variations
Color information
#CE1D8F (or 0xCE1D8F) is known color: Medium Violet Red. HEX triplet: CE, 1D and 8F. RGB value is (206,29,143). Sum of RGB (Red+Green+Blue) = 206+29+143=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D8F is #31E270. Grayscale: #5E5E5E. Windows color (decimal): -3269233 or 9379278. OLE color: 9379278.
HSL color Cylindrical-coordinate representation of color #CE1D8F: hue angle of 321.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D8F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 143 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.19 |
| HSL | 321.36º | 0.75% | 0.46% | - |
| HSV(B) | 321.36º | 0.86% | 0.81% | - |
| XYZ | 30.85 | 15.98 | 27.45 | - |
| YUV | 94.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 143 | 0 | 0.86 | 0.31 | 0.19 | 321.36 | 0.75 | 0.46 |
| Hex | CE | 1D | 8F | 0 | 56 | 1F | 13 | 141 | 4B | 2E |
| Octal | 316 | 35 | 217 | 0 | 126 | 37 | 23 | 501 | 113 | 56 |
| Binary | 11001110 | 11101 | 10001111 | 0 | 1010110 | 11111 | 10011 | 101000001 | 1001011 | 101110 |
Color Harmonies of #CE1D8F
Complementary color
Monochromatic Colors of #CE1D8F
Black with #CE1D8F
Text Example
Text Example
White with #CE1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D8F; }
p { color: rgb(206,29,143); }
H1.HeaderClassName
{
color: #CE1D8F;
}
.AnyTagClassName
{
color: #CE1D8F;
}
</style>
background-color css
<style>
a { background-color: #CE1D8F; }
a { background-color: rgb(206,29,143); }
div.DivClassName
{
background-color: #CE1D8F;
}
.BgClassName
{
background-color: #CE1D8F;
}
</style>
border-color css
<style>
span { border-color: #CE1D8F; }
span { border-color: rgb(206,29,143); }
td.TdClassName
{
border-color: #CE1D8F;
}
.TagClassName
{
border-color: #CE1D8F;
}
</style>