Shades of Medium Violet Red #C2259E
Tints of Medium Violet Red #C2259E
RGB
CMYK
RGB Variations
Color information
#C2259E (or 0xC2259E) is known color: Medium Violet Red. HEX triplet: C2, 25 and 9E. RGB value is (194,37,158). Sum of RGB (Red+Green+Blue) = 194+37+158=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2259E is #3DDA61. Grayscale: #616161. Windows color (decimal): -4053602 or 10364354. OLE color: 10364354.
HSL color Cylindrical-coordinate representation of color #C2259E: hue angle of 313.76º degrees, saturation: 0.68, 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 #C2259E is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 158 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.24 |
| HSL | 313.76º | 0.68% | 0.45% | - |
| HSV(B) | 313.76º | 0.81% | 0.76% | - |
| XYZ | 29.08 | 15.26 | 33.76 | - |
| YUV | 97.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 158 | 0 | 0.81 | 0.19 | 0.24 | 313.76 | 0.68 | 0.45 |
| Hex | C2 | 25 | 9E | 0 | 51 | 13 | 18 | 13A | 44 | 2D |
| Octal | 302 | 45 | 236 | 0 | 121 | 23 | 30 | 472 | 104 | 55 |
| Binary | 11000010 | 100101 | 10011110 | 0 | 1010001 | 10011 | 11000 | 100111010 | 1000100 | 101101 |
Color Harmonies of #C2259E
Complementary color
Monochromatic Colors of #C2259E
Black with #C2259E
Text Example
Text Example
White with #C2259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2259E; }
p { color: rgb(194,37,158); }
H1.HeaderClassName
{
color: #C2259E;
}
.AnyTagClassName
{
color: #C2259E;
}
</style>
background-color css
<style>
a { background-color: #C2259E; }
a { background-color: rgb(194,37,158); }
div.DivClassName
{
background-color: #C2259E;
}
.BgClassName
{
background-color: #C2259E;
}
</style>
border-color css
<style>
span { border-color: #C2259E; }
span { border-color: rgb(194,37,158); }
td.TdClassName
{
border-color: #C2259E;
}
.TagClassName
{
border-color: #C2259E;
}
</style>