Shades of Medium Violet Red #C5237A
Tints of Medium Violet Red #C5237A
RGB
CMYK
RGB Variations
Color information
#C5237A (or 0xC5237A) is known color: Medium Violet Red. HEX triplet: C5, 23 and 7A. RGB value is (197,35,122). Sum of RGB (Red+Green+Blue) = 197+35+122=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5237A is #3ADC85. Grayscale: #5D5D5D. Windows color (decimal): -3857542 or 8004549. OLE color: 8004549.
HSL color Cylindrical-coordinate representation of color #C5237A: hue angle of 327.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5237A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 122 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.23 |
| HSL | 327.78º | 0.7% | 0.45% | - |
| HSV(B) | 327.78º | 0.82% | 0.77% | - |
| XYZ | 27.14 | 14.48 | 19.78 | - |
| YUV | 93.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 122 | 0 | 0.82 | 0.38 | 0.23 | 327.78 | 0.7 | 0.45 |
| Hex | C5 | 23 | 7A | 0 | 52 | 26 | 17 | 148 | 46 | 2D |
| Octal | 305 | 43 | 172 | 0 | 122 | 46 | 27 | 510 | 106 | 55 |
| Binary | 11000101 | 100011 | 1111010 | 0 | 1010010 | 100110 | 10111 | 101001000 | 1000110 | 101101 |
Color Harmonies of #C5237A
Complementary color
Monochromatic Colors of #C5237A
Black with #C5237A
Text Example
Text Example
White with #C5237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5237A; }
p { color: rgb(197,35,122); }
H1.HeaderClassName
{
color: #C5237A;
}
.AnyTagClassName
{
color: #C5237A;
}
</style>
background-color css
<style>
a { background-color: #C5237A; }
a { background-color: rgb(197,35,122); }
div.DivClassName
{
background-color: #C5237A;
}
.BgClassName
{
background-color: #C5237A;
}
</style>
border-color css
<style>
span { border-color: #C5237A; }
span { border-color: rgb(197,35,122); }
td.TdClassName
{
border-color: #C5237A;
}
.TagClassName
{
border-color: #C5237A;
}
</style>