Shades of Medium Violet Red #C2237E
Tints of Medium Violet Red #C2237E
RGB
CMYK
RGB Variations
Color information
#C2237E (or 0xC2237E) is known color: Medium Violet Red. HEX triplet: C2, 23 and 7E. RGB value is (194,35,126). Sum of RGB (Red+Green+Blue) = 194+35+126=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2237E is #3DDC81. Grayscale: #5C5C5C. Windows color (decimal): -4054146 or 8266690. OLE color: 8266690.
HSL color Cylindrical-coordinate representation of color #C2237E: hue angle of 325.66º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2237E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 126 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.24 |
| HSL | 325.66º | 0.69% | 0.45% | - |
| HSV(B) | 325.66º | 0.82% | 0.76% | - |
| XYZ | 26.62 | 14.18 | 21.07 | - |
| YUV | 92.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 126 | 0 | 0.82 | 0.35 | 0.24 | 325.66 | 0.69 | 0.45 |
| Hex | C2 | 23 | 7E | 0 | 52 | 23 | 18 | 146 | 45 | 2D |
| Octal | 302 | 43 | 176 | 0 | 122 | 43 | 30 | 506 | 105 | 55 |
| Binary | 11000010 | 100011 | 1111110 | 0 | 1010010 | 100011 | 11000 | 101000110 | 1000101 | 101101 |
Color Harmonies of #C2237E
Complementary color
Monochromatic Colors of #C2237E
Black with #C2237E
Text Example
Text Example
White with #C2237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2237E; }
p { color: rgb(194,35,126); }
H1.HeaderClassName
{
color: #C2237E;
}
.AnyTagClassName
{
color: #C2237E;
}
</style>
background-color css
<style>
a { background-color: #C2237E; }
a { background-color: rgb(194,35,126); }
div.DivClassName
{
background-color: #C2237E;
}
.BgClassName
{
background-color: #C2237E;
}
</style>
border-color css
<style>
span { border-color: #C2237E; }
span { border-color: rgb(194,35,126); }
td.TdClassName
{
border-color: #C2237E;
}
.TagClassName
{
border-color: #C2237E;
}
</style>