Shades of Medium Violet Red #CE2195
Tints of Medium Violet Red #CE2195
RGB
CMYK
RGB Variations
Color information
#CE2195 (or 0xCE2195) is known color: Medium Violet Red. HEX triplet: CE, 21 and 95. RGB value is (206,33,149). Sum of RGB (Red+Green+Blue) = 206+33+149=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2195 is #31DE6A. Grayscale: #616161. Windows color (decimal): -3268203 or 9773518. OLE color: 9773518.
HSL color Cylindrical-coordinate representation of color #CE2195: hue angle of 319.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2195 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 149 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.19 |
| HSL | 319.77º | 0.72% | 0.47% | - |
| HSV(B) | 319.77º | 0.84% | 0.81% | - |
| XYZ | 31.42 | 16.38 | 29.94 | - |
| YUV | 97.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 149 | 0 | 0.84 | 0.28 | 0.19 | 319.77 | 0.72 | 0.47 |
| Hex | CE | 21 | 95 | 0 | 54 | 1C | 13 | 140 | 48 | 2F |
| Octal | 316 | 41 | 225 | 0 | 124 | 34 | 23 | 500 | 110 | 57 |
| Binary | 11001110 | 100001 | 10010101 | 0 | 1010100 | 11100 | 10011 | 101000000 | 1001000 | 101111 |
Color Harmonies of #CE2195
Complementary color
Monochromatic Colors of #CE2195
Black with #CE2195
Text Example
Text Example
White with #CE2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2195; }
p { color: rgb(206,33,149); }
H1.HeaderClassName
{
color: #CE2195;
}
.AnyTagClassName
{
color: #CE2195;
}
</style>
background-color css
<style>
a { background-color: #CE2195; }
a { background-color: rgb(206,33,149); }
div.DivClassName
{
background-color: #CE2195;
}
.BgClassName
{
background-color: #CE2195;
}
</style>
border-color css
<style>
span { border-color: #CE2195; }
span { border-color: rgb(206,33,149); }
td.TdClassName
{
border-color: #CE2195;
}
.TagClassName
{
border-color: #CE2195;
}
</style>