Shades of Medium Violet Red #CE1B8F
Tints of Medium Violet Red #CE1B8F
RGB
CMYK
RGB Variations
Color information
#CE1B8F (or 0xCE1B8F) is known color: Medium Violet Red. HEX triplet: CE, 1B and 8F. RGB value is (206,27,143). Sum of RGB (Red+Green+Blue) = 206+27+143=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B8F is #31E470. Grayscale: #5D5D5D. Windows color (decimal): -3269745 or 9378766. OLE color: 9378766.
HSL color Cylindrical-coordinate representation of color #CE1B8F: hue angle of 321.12º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B8F is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 143 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.19 |
| HSL | 321.12º | 0.77% | 0.46% | - |
| HSV(B) | 321.12º | 0.87% | 0.81% | - |
| XYZ | 30.8 | 15.89 | 27.43 | - |
| YUV | 93.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 143 | 0 | 0.87 | 0.31 | 0.19 | 321.12 | 0.77 | 0.46 |
| Hex | CE | 1B | 8F | 0 | 57 | 1F | 13 | 141 | 4D | 2E |
| Octal | 316 | 33 | 217 | 0 | 127 | 37 | 23 | 501 | 115 | 56 |
| Binary | 11001110 | 11011 | 10001111 | 0 | 1010111 | 11111 | 10011 | 101000001 | 1001101 | 101110 |
Color Harmonies of #CE1B8F
Complementary color
Monochromatic Colors of #CE1B8F
Black with #CE1B8F
Text Example
Text Example
White with #CE1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B8F; }
p { color: rgb(206,27,143); }
H1.HeaderClassName
{
color: #CE1B8F;
}
.AnyTagClassName
{
color: #CE1B8F;
}
</style>
background-color css
<style>
a { background-color: #CE1B8F; }
a { background-color: rgb(206,27,143); }
div.DivClassName
{
background-color: #CE1B8F;
}
.BgClassName
{
background-color: #CE1B8F;
}
</style>
border-color css
<style>
span { border-color: #CE1B8F; }
span { border-color: rgb(206,27,143); }
td.TdClassName
{
border-color: #CE1B8F;
}
.TagClassName
{
border-color: #CE1B8F;
}
</style>