Shades of Medium Violet Red #CE1B9C
Tints of Medium Violet Red #CE1B9C
RGB
CMYK
RGB Variations
Color information
#CE1B9C (or 0xCE1B9C) is known color: Medium Violet Red. HEX triplet: CE, 1B and 9C. RGB value is (206,27,156). Sum of RGB (Red+Green+Blue) = 206+27+156=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B9C is #31E463. Grayscale: #5E5E5E. Windows color (decimal): -3269732 or 10230734. OLE color: 10230734.
HSL color Cylindrical-coordinate representation of color #CE1B9C: hue angle of 316.76º 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 #CE1B9C is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 156 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.19 |
| HSL | 316.76º | 0.77% | 0.46% | - |
| HSV(B) | 316.76º | 0.87% | 0.81% | - |
| XYZ | 31.85 | 16.31 | 32.92 | - |
| YUV | 95.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 156 | 0 | 0.87 | 0.24 | 0.19 | 316.76 | 0.77 | 0.46 |
| Hex | CE | 1B | 9C | 0 | 57 | 18 | 13 | 13D | 4D | 2E |
| Octal | 316 | 33 | 234 | 0 | 127 | 30 | 23 | 475 | 115 | 56 |
| Binary | 11001110 | 11011 | 10011100 | 0 | 1010111 | 11000 | 10011 | 100111101 | 1001101 | 101110 |
Color Harmonies of #CE1B9C
Complementary color
Monochromatic Colors of #CE1B9C
Black with #CE1B9C
Text Example
Text Example
White with #CE1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B9C; }
p { color: rgb(206,27,156); }
H1.HeaderClassName
{
color: #CE1B9C;
}
.AnyTagClassName
{
color: #CE1B9C;
}
</style>
background-color css
<style>
a { background-color: #CE1B9C; }
a { background-color: rgb(206,27,156); }
div.DivClassName
{
background-color: #CE1B9C;
}
.BgClassName
{
background-color: #CE1B9C;
}
</style>
border-color css
<style>
span { border-color: #CE1B9C; }
span { border-color: rgb(206,27,156); }
td.TdClassName
{
border-color: #CE1B9C;
}
.TagClassName
{
border-color: #CE1B9C;
}
</style>