Shades of Medium Violet Red #C5237D
Tints of Medium Violet Red #C5237D
RGB
CMYK
RGB Variations
Color information
#C5237D (or 0xC5237D) is known color: Medium Violet Red. HEX triplet: C5, 23 and 7D. RGB value is (197,35,125). Sum of RGB (Red+Green+Blue) = 197+35+125=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5237D is #3ADC82. Grayscale: #5D5D5D. Windows color (decimal): -3857539 or 8201157. OLE color: 8201157.
HSL color Cylindrical-coordinate representation of color #C5237D: hue angle of 326.67º 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 #C5237D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 125 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.23 |
| HSL | 326.67º | 0.7% | 0.45% | - |
| HSV(B) | 326.67º | 0.82% | 0.77% | - |
| XYZ | 27.33 | 14.55 | 20.77 | - |
| YUV | 93.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 125 | 0 | 0.82 | 0.37 | 0.23 | 326.67 | 0.7 | 0.45 |
| Hex | C5 | 23 | 7D | 0 | 52 | 25 | 17 | 147 | 46 | 2D |
| Octal | 305 | 43 | 175 | 0 | 122 | 45 | 27 | 507 | 106 | 55 |
| Binary | 11000101 | 100011 | 1111101 | 0 | 1010010 | 100101 | 10111 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C5237D
Complementary color
Monochromatic Colors of #C5237D
Black with #C5237D
Text Example
Text Example
White with #C5237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5237D; }
p { color: rgb(197,35,125); }
H1.HeaderClassName
{
color: #C5237D;
}
.AnyTagClassName
{
color: #C5237D;
}
</style>
background-color css
<style>
a { background-color: #C5237D; }
a { background-color: rgb(197,35,125); }
div.DivClassName
{
background-color: #C5237D;
}
.BgClassName
{
background-color: #C5237D;
}
</style>
border-color css
<style>
span { border-color: #C5237D; }
span { border-color: rgb(197,35,125); }
td.TdClassName
{
border-color: #C5237D;
}
.TagClassName
{
border-color: #C5237D;
}
</style>