Shades of Medium Violet Red #CE1B7F
Tints of Medium Violet Red #CE1B7F
RGB
CMYK
RGB Variations
Color information
#CE1B7F (or 0xCE1B7F) is known color: Medium Violet Red. HEX triplet: CE, 1B and 7F. RGB value is (206,27,127). Sum of RGB (Red+Green+Blue) = 206+27+127=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B7F is #31E480. Grayscale: #5B5B5B. Windows color (decimal): -3269761 or 8330190. OLE color: 8330190.
HSL color Cylindrical-coordinate representation of color #CE1B7F: hue angle of 326.48º 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 #CE1B7F is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 127 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.19 |
| HSL | 326.48º | 0.77% | 0.46% | - |
| HSV(B) | 326.48º | 0.87% | 0.81% | - |
| XYZ | 29.68 | 15.44 | 21.49 | - |
| YUV | 91.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 127 | 0 | 0.87 | 0.38 | 0.19 | 326.48 | 0.77 | 0.46 |
| Hex | CE | 1B | 7F | 0 | 57 | 26 | 13 | 146 | 4D | 2E |
| Octal | 316 | 33 | 177 | 0 | 127 | 46 | 23 | 506 | 115 | 56 |
| Binary | 11001110 | 11011 | 1111111 | 0 | 1010111 | 100110 | 10011 | 101000110 | 1001101 | 101110 |
Color Harmonies of #CE1B7F
Complementary color
Monochromatic Colors of #CE1B7F
Black with #CE1B7F
Text Example
Text Example
White with #CE1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B7F; }
p { color: rgb(206,27,127); }
H1.HeaderClassName
{
color: #CE1B7F;
}
.AnyTagClassName
{
color: #CE1B7F;
}
</style>
background-color css
<style>
a { background-color: #CE1B7F; }
a { background-color: rgb(206,27,127); }
div.DivClassName
{
background-color: #CE1B7F;
}
.BgClassName
{
background-color: #CE1B7F;
}
</style>
border-color css
<style>
span { border-color: #CE1B7F; }
span { border-color: rgb(206,27,127); }
td.TdClassName
{
border-color: #CE1B7F;
}
.TagClassName
{
border-color: #CE1B7F;
}
</style>