Shades of Medium Violet Red #C5207E
Tints of Medium Violet Red #C5207E
RGB
CMYK
RGB Variations
Color information
#C5207E (or 0xC5207E) is known color: Medium Violet Red. HEX triplet: C5, 20 and 7E. RGB value is (197,32,126). Sum of RGB (Red+Green+Blue) = 197+32+126=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5207E is #3ADF81. Grayscale: #5B5B5B. Windows color (decimal): -3858306 or 8265925. OLE color: 8265925.
HSL color Cylindrical-coordinate representation of color #C5207E: hue angle of 325.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5207E is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.23 |
| HSL | 325.82º | 0.72% | 0.45% | - |
| HSV(B) | 325.82º | 0.84% | 0.77% | - |
| XYZ | 27.31 | 14.41 | 21.08 | - |
| YUV | 92.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 126 | 0 | 0.84 | 0.36 | 0.23 | 325.82 | 0.72 | 0.45 |
| Hex | C5 | 20 | 7E | 0 | 54 | 24 | 17 | 146 | 48 | 2D |
| Octal | 305 | 40 | 176 | 0 | 124 | 44 | 27 | 506 | 110 | 55 |
| Binary | 11000101 | 100000 | 1111110 | 0 | 1010100 | 100100 | 10111 | 101000110 | 1001000 | 101101 |
Color Harmonies of #C5207E
Complementary color
Monochromatic Colors of #C5207E
Black with #C5207E
Text Example
Text Example
White with #C5207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5207E; }
p { color: rgb(197,32,126); }
H1.HeaderClassName
{
color: #C5207E;
}
.AnyTagClassName
{
color: #C5207E;
}
</style>
background-color css
<style>
a { background-color: #C5207E; }
a { background-color: rgb(197,32,126); }
div.DivClassName
{
background-color: #C5207E;
}
.BgClassName
{
background-color: #C5207E;
}
</style>
border-color css
<style>
span { border-color: #C5207E; }
span { border-color: rgb(197,32,126); }
td.TdClassName
{
border-color: #C5207E;
}
.TagClassName
{
border-color: #C5207E;
}
</style>