Shades of Medium Violet Red #CE2292
Tints of Medium Violet Red #CE2292
RGB
CMYK
RGB Variations
Color information
#CE2292 (or 0xCE2292) is known color: Medium Violet Red. HEX triplet: CE, 22 and 92. RGB value is (206,34,146). Sum of RGB (Red+Green+Blue) = 206+34+146=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2292 is #31DD6D. Grayscale: #616161. Windows color (decimal): -3267950 or 9577166. OLE color: 9577166.
HSL color Cylindrical-coordinate representation of color #CE2292: hue angle of 320.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2292 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 146 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.19 |
| HSL | 320.93º | 0.72% | 0.47% | - |
| HSV(B) | 320.93º | 0.83% | 0.81% | - |
| XYZ | 31.21 | 16.34 | 28.7 | - |
| YUV | 98.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 146 | 0 | 0.83 | 0.29 | 0.19 | 320.93 | 0.72 | 0.47 |
| Hex | CE | 22 | 92 | 0 | 53 | 1D | 13 | 141 | 48 | 2F |
| Octal | 316 | 42 | 222 | 0 | 123 | 35 | 23 | 501 | 110 | 57 |
| Binary | 11001110 | 100010 | 10010010 | 0 | 1010011 | 11101 | 10011 | 101000001 | 1001000 | 101111 |
Color Harmonies of #CE2292
Complementary color
Monochromatic Colors of #CE2292
Black with #CE2292
Text Example
Text Example
White with #CE2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2292; }
p { color: rgb(206,34,146); }
H1.HeaderClassName
{
color: #CE2292;
}
.AnyTagClassName
{
color: #CE2292;
}
</style>
background-color css
<style>
a { background-color: #CE2292; }
a { background-color: rgb(206,34,146); }
div.DivClassName
{
background-color: #CE2292;
}
.BgClassName
{
background-color: #CE2292;
}
</style>
border-color css
<style>
span { border-color: #CE2292; }
span { border-color: rgb(206,34,146); }
td.TdClassName
{
border-color: #CE2292;
}
.TagClassName
{
border-color: #CE2292;
}
</style>