Shades of Medium Violet Red #CE1C9C
Tints of Medium Violet Red #CE1C9C
RGB
CMYK
RGB Variations
Color information
#CE1C9C (or 0xCE1C9C) is known color: Medium Violet Red. HEX triplet: CE, 1C and 9C. RGB value is (206,28,156). Sum of RGB (Red+Green+Blue) = 206+28+156=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C9C is #31E363. Grayscale: #5F5F5F. Windows color (decimal): -3269476 or 10230990. OLE color: 10230990.
HSL color Cylindrical-coordinate representation of color #CE1C9C: hue angle of 316.85º degrees, saturation: 0.76, 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 #CE1C9C is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 156 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.19 |
| HSL | 316.85º | 0.76% | 0.46% | - |
| HSV(B) | 316.85º | 0.86% | 0.81% | - |
| XYZ | 31.87 | 16.35 | 32.93 | - |
| YUV | 95.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 156 | 0 | 0.86 | 0.24 | 0.19 | 316.85 | 0.76 | 0.46 |
| Hex | CE | 1C | 9C | 0 | 56 | 18 | 13 | 13D | 4C | 2E |
| Octal | 316 | 34 | 234 | 0 | 126 | 30 | 23 | 475 | 114 | 56 |
| Binary | 11001110 | 11100 | 10011100 | 0 | 1010110 | 11000 | 10011 | 100111101 | 1001100 | 101110 |
Color Harmonies of #CE1C9C
Complementary color
Monochromatic Colors of #CE1C9C
Black with #CE1C9C
Text Example
Text Example
White with #CE1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C9C; }
p { color: rgb(206,28,156); }
H1.HeaderClassName
{
color: #CE1C9C;
}
.AnyTagClassName
{
color: #CE1C9C;
}
</style>
background-color css
<style>
a { background-color: #CE1C9C; }
a { background-color: rgb(206,28,156); }
div.DivClassName
{
background-color: #CE1C9C;
}
.BgClassName
{
background-color: #CE1C9C;
}
</style>
border-color css
<style>
span { border-color: #CE1C9C; }
span { border-color: rgb(206,28,156); }
td.TdClassName
{
border-color: #CE1C9C;
}
.TagClassName
{
border-color: #CE1C9C;
}
</style>