Shades of Medium Violet Red #C5217A
Tints of Medium Violet Red #C5217A
RGB
CMYK
RGB Variations
Color information
#C5217A (or 0xC5217A) is known color: Medium Violet Red. HEX triplet: C5, 21 and 7A. RGB value is (197,33,122). Sum of RGB (Red+Green+Blue) = 197+33+122=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217A is #3ADE85. Grayscale: #5B5B5B. Windows color (decimal): -3858054 or 8004037. OLE color: 8004037.
HSL color Cylindrical-coordinate representation of color #C5217A: hue angle of 327.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5217A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 122 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.23 |
| HSL | 327.44º | 0.71% | 0.45% | - |
| HSV(B) | 327.44º | 0.83% | 0.77% | - |
| XYZ | 27.08 | 14.36 | 19.76 | - |
| YUV | 92.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 122 | 0 | 0.83 | 0.38 | 0.23 | 327.44 | 0.71 | 0.45 |
| Hex | C5 | 21 | 7A | 0 | 53 | 26 | 17 | 147 | 47 | 2D |
| Octal | 305 | 41 | 172 | 0 | 123 | 46 | 27 | 507 | 107 | 55 |
| Binary | 11000101 | 100001 | 1111010 | 0 | 1010011 | 100110 | 10111 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C5217A
Complementary color
Monochromatic Colors of #C5217A
Black with #C5217A
Text Example
Text Example
White with #C5217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5217A; }
p { color: rgb(197,33,122); }
H1.HeaderClassName
{
color: #C5217A;
}
.AnyTagClassName
{
color: #C5217A;
}
</style>
background-color css
<style>
a { background-color: #C5217A; }
a { background-color: rgb(197,33,122); }
div.DivClassName
{
background-color: #C5217A;
}
.BgClassName
{
background-color: #C5217A;
}
</style>
border-color css
<style>
span { border-color: #C5217A; }
span { border-color: rgb(197,33,122); }
td.TdClassName
{
border-color: #C5217A;
}
.TagClassName
{
border-color: #C5217A;
}
</style>