Shades of Medium Violet Red #CE0995
Tints of Medium Violet Red #CE0995
RGB
CMYK
RGB Variations
Color information
#CE0995 (or 0xCE0995) is known color: Medium Violet Red. HEX triplet: CE, 09 and 95. RGB value is (206,9,149). Sum of RGB (Red+Green+Blue) = 206+9+149=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0995 is #31F66A. Grayscale: #535353. Windows color (decimal): -3274347 or 9767374. OLE color: 9767374.
HSL color Cylindrical-coordinate representation of color #CE0995: hue angle of 317.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0995 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.19 |
| HSL | 317.36º | 0.92% | 0.42% | - |
| HSV(B) | 317.36º | 0.96% | 0.81% | - |
| XYZ | 30.98 | 15.49 | 29.79 | - |
| YUV | 83.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 149 | 0 | 0.96 | 0.28 | 0.19 | 317.36 | 0.92 | 0.42 |
| Hex | CE | 9 | 95 | 0 | 60 | 1C | 13 | 13D | 5C | 2A |
| Octal | 316 | 11 | 225 | 0 | 140 | 34 | 23 | 475 | 134 | 52 |
| Binary | 11001110 | 1001 | 10010101 | 0 | 1100000 | 11100 | 10011 | 100111101 | 1011100 | 101010 |
Color Harmonies of #CE0995
Complementary color
Monochromatic Colors of #CE0995
Black with #CE0995
Text Example
Text Example
White with #CE0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0995; }
p { color: rgb(206,9,149); }
H1.HeaderClassName
{
color: #CE0995;
}
.AnyTagClassName
{
color: #CE0995;
}
</style>
background-color css
<style>
a { background-color: #CE0995; }
a { background-color: rgb(206,9,149); }
div.DivClassName
{
background-color: #CE0995;
}
.BgClassName
{
background-color: #CE0995;
}
</style>
border-color css
<style>
span { border-color: #CE0995; }
span { border-color: rgb(206,9,149); }
td.TdClassName
{
border-color: #CE0995;
}
.TagClassName
{
border-color: #CE0995;
}
</style>