Shades of Medium Violet Red #CE2294
Tints of Medium Violet Red #CE2294
RGB
CMYK
RGB Variations
Color information
#CE2294 (or 0xCE2294) is known color: Medium Violet Red. HEX triplet: CE, 22 and 94. RGB value is (206,34,148). Sum of RGB (Red+Green+Blue) = 206+34+148=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2294 is #31DD6B. Grayscale: #626262. Windows color (decimal): -3267948 or 9708238. OLE color: 9708238.
HSL color Cylindrical-coordinate representation of color #CE2294: hue angle of 320.23º 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 #CE2294 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 148 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.19 |
| HSL | 320.23º | 0.72% | 0.47% | - |
| HSV(B) | 320.23º | 0.83% | 0.81% | - |
| XYZ | 31.37 | 16.4 | 29.53 | - |
| YUV | 98.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 148 | 0 | 0.83 | 0.28 | 0.19 | 320.23 | 0.72 | 0.47 |
| Hex | CE | 22 | 94 | 0 | 53 | 1C | 13 | 140 | 48 | 2F |
| Octal | 316 | 42 | 224 | 0 | 123 | 34 | 23 | 500 | 110 | 57 |
| Binary | 11001110 | 100010 | 10010100 | 0 | 1010011 | 11100 | 10011 | 101000000 | 1001000 | 101111 |
Color Harmonies of #CE2294
Complementary color
Monochromatic Colors of #CE2294
Black with #CE2294
Text Example
Text Example
White with #CE2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2294; }
p { color: rgb(206,34,148); }
H1.HeaderClassName
{
color: #CE2294;
}
.AnyTagClassName
{
color: #CE2294;
}
</style>
background-color css
<style>
a { background-color: #CE2294; }
a { background-color: rgb(206,34,148); }
div.DivClassName
{
background-color: #CE2294;
}
.BgClassName
{
background-color: #CE2294;
}
</style>
border-color css
<style>
span { border-color: #CE2294; }
span { border-color: rgb(206,34,148); }
td.TdClassName
{
border-color: #CE2294;
}
.TagClassName
{
border-color: #CE2294;
}
</style>