Shades of Medium Violet Red #CE219C
Tints of Medium Violet Red #CE219C
RGB
CMYK
RGB Variations
Color information
#CE219C (or 0xCE219C) is known color: Medium Violet Red. HEX triplet: CE, 21 and 9C. RGB value is (206,33,156). Sum of RGB (Red+Green+Blue) = 206+33+156=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE219C is #31DE63. Grayscale: #626262. Windows color (decimal): -3268196 or 10232270. OLE color: 10232270.
HSL color Cylindrical-coordinate representation of color #CE219C: hue angle of 317.34º 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 #CE219C is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 156 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.19 |
| HSL | 317.34º | 0.72% | 0.47% | - |
| HSV(B) | 317.34º | 0.84% | 0.81% | - |
| XYZ | 32 | 16.61 | 32.97 | - |
| YUV | 98.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 156 | 0 | 0.84 | 0.24 | 0.19 | 317.34 | 0.72 | 0.47 |
| Hex | CE | 21 | 9C | 0 | 54 | 18 | 13 | 13D | 48 | 2F |
| Octal | 316 | 41 | 234 | 0 | 124 | 30 | 23 | 475 | 110 | 57 |
| Binary | 11001110 | 100001 | 10011100 | 0 | 1010100 | 11000 | 10011 | 100111101 | 1001000 | 101111 |
Color Harmonies of #CE219C
Complementary color
Monochromatic Colors of #CE219C
Black with #CE219C
Text Example
Text Example
White with #CE219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE219C; }
p { color: rgb(206,33,156); }
H1.HeaderClassName
{
color: #CE219C;
}
.AnyTagClassName
{
color: #CE219C;
}
</style>
background-color css
<style>
a { background-color: #CE219C; }
a { background-color: rgb(206,33,156); }
div.DivClassName
{
background-color: #CE219C;
}
.BgClassName
{
background-color: #CE219C;
}
</style>
border-color css
<style>
span { border-color: #CE219C; }
span { border-color: rgb(206,33,156); }
td.TdClassName
{
border-color: #CE219C;
}
.TagClassName
{
border-color: #CE219C;
}
</style>