Shades of Medium Violet Red #C5207B
Tints of Medium Violet Red #C5207B
RGB
CMYK
RGB Variations
Color information
#C5207B (or 0xC5207B) is known color: Medium Violet Red. HEX triplet: C5, 20 and 7B. RGB value is (197,32,123). Sum of RGB (Red+Green+Blue) = 197+32+123=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5207B is #3ADF84. Grayscale: #5B5B5B. Windows color (decimal): -3858309 or 8069317. OLE color: 8069317.
HSL color Cylindrical-coordinate representation of color #C5207B: hue angle of 326.91º 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 #C5207B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.23 |
| HSL | 326.91º | 0.72% | 0.45% | - |
| HSV(B) | 326.91º | 0.84% | 0.77% | - |
| XYZ | 27.12 | 14.33 | 20.08 | - |
| YUV | 91.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 123 | 0 | 0.84 | 0.38 | 0.23 | 326.91 | 0.72 | 0.45 |
| Hex | C5 | 20 | 7B | 0 | 54 | 26 | 17 | 147 | 48 | 2D |
| Octal | 305 | 40 | 173 | 0 | 124 | 46 | 27 | 507 | 110 | 55 |
| Binary | 11000101 | 100000 | 1111011 | 0 | 1010100 | 100110 | 10111 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C5207B
Complementary color
Monochromatic Colors of #C5207B
Black with #C5207B
Text Example
Text Example
White with #C5207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5207B; }
p { color: rgb(197,32,123); }
H1.HeaderClassName
{
color: #C5207B;
}
.AnyTagClassName
{
color: #C5207B;
}
</style>
background-color css
<style>
a { background-color: #C5207B; }
a { background-color: rgb(197,32,123); }
div.DivClassName
{
background-color: #C5207B;
}
.BgClassName
{
background-color: #C5207B;
}
</style>
border-color css
<style>
span { border-color: #C5207B; }
span { border-color: rgb(197,32,123); }
td.TdClassName
{
border-color: #C5207B;
}
.TagClassName
{
border-color: #C5207B;
}
</style>