Shades of Medium Violet Red #C2249E
Tints of Medium Violet Red #C2249E
RGB
CMYK
RGB Variations
Color information
#C2249E (or 0xC2249E) is known color: Medium Violet Red. HEX triplet: C2, 24 and 9E. RGB value is (194,36,158). Sum of RGB (Red+Green+Blue) = 194+36+158=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2249E is #3DDB61. Grayscale: #606060. Windows color (decimal): -4053858 or 10364098. OLE color: 10364098.
HSL color Cylindrical-coordinate representation of color #C2249E: hue angle of 313.67º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2249E is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 158 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.24 |
| HSL | 313.67º | 0.69% | 0.45% | - |
| HSV(B) | 313.67º | 0.81% | 0.76% | - |
| XYZ | 29.05 | 15.2 | 33.75 | - |
| YUV | 97.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 158 | 0 | 0.81 | 0.19 | 0.24 | 313.67 | 0.69 | 0.45 |
| Hex | C2 | 24 | 9E | 0 | 51 | 13 | 18 | 13A | 45 | 2D |
| Octal | 302 | 44 | 236 | 0 | 121 | 23 | 30 | 472 | 105 | 55 |
| Binary | 11000010 | 100100 | 10011110 | 0 | 1010001 | 10011 | 11000 | 100111010 | 1000101 | 101101 |
Color Harmonies of #C2249E
Complementary color
Monochromatic Colors of #C2249E
Black with #C2249E
Text Example
Text Example
White with #C2249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2249E; }
p { color: rgb(194,36,158); }
H1.HeaderClassName
{
color: #C2249E;
}
.AnyTagClassName
{
color: #C2249E;
}
</style>
background-color css
<style>
a { background-color: #C2249E; }
a { background-color: rgb(194,36,158); }
div.DivClassName
{
background-color: #C2249E;
}
.BgClassName
{
background-color: #C2249E;
}
</style>
border-color css
<style>
span { border-color: #C2249E; }
span { border-color: rgb(194,36,158); }
td.TdClassName
{
border-color: #C2249E;
}
.TagClassName
{
border-color: #C2249E;
}
</style>