Shades of Medium Violet Red #CE1B76
Tints of Medium Violet Red #CE1B76
RGB
CMYK
RGB Variations
Color information
#CE1B76 (or 0xCE1B76) is known color: Medium Violet Red. HEX triplet: CE, 1B and 76. RGB value is (206,27,118). Sum of RGB (Red+Green+Blue) = 206+27+118=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B76 is #31E489. Grayscale: #5A5A5A. Windows color (decimal): -3269770 or 7740366. OLE color: 7740366.
HSL color Cylindrical-coordinate representation of color #CE1B76: hue angle of 329.5º 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 #CE1B76 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 118 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.19 |
| HSL | 329.5º | 0.77% | 0.46% | - |
| HSV(B) | 329.5º | 0.87% | 0.81% | - |
| XYZ | 29.12 | 15.21 | 18.54 | - |
| YUV | 90.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 118 | 0 | 0.87 | 0.43 | 0.19 | 329.5 | 0.77 | 0.46 |
| Hex | CE | 1B | 76 | 0 | 57 | 2B | 13 | 149 | 4D | 2E |
| Octal | 316 | 33 | 166 | 0 | 127 | 53 | 23 | 511 | 115 | 56 |
| Binary | 11001110 | 11011 | 1110110 | 0 | 1010111 | 101011 | 10011 | 101001001 | 1001101 | 101110 |
Color Harmonies of #CE1B76
Complementary color
Monochromatic Colors of #CE1B76
Black with #CE1B76
Text Example
Text Example
White with #CE1B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B76; }
p { color: rgb(206,27,118); }
H1.HeaderClassName
{
color: #CE1B76;
}
.AnyTagClassName
{
color: #CE1B76;
}
</style>
background-color css
<style>
a { background-color: #CE1B76; }
a { background-color: rgb(206,27,118); }
div.DivClassName
{
background-color: #CE1B76;
}
.BgClassName
{
background-color: #CE1B76;
}
</style>
border-color css
<style>
span { border-color: #CE1B76; }
span { border-color: rgb(206,27,118); }
td.TdClassName
{
border-color: #CE1B76;
}
.TagClassName
{
border-color: #CE1B76;
}
</style>