Shades of Medium Red Violet #C52975
Tints of Medium Red Violet #C52975
RGB
CMYK
RGB Variations
Color information
#C52975 (or 0xC52975) is known color: Medium Red Violet. HEX triplet: C5, 29 and 75. RGB value is (197,41,117). Sum of RGB (Red+Green+Blue) = 197+41+117=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C52975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52975 is #3AD68A. Grayscale: #606060. Windows color (decimal): -3856011 or 7678405. OLE color: 7678405.
HSL color Cylindrical-coordinate representation of color #C52975: hue angle of 330.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52975 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 117 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.23 |
| HSL | 330.77º | 0.66% | 0.47% | - |
| HSV(B) | 330.77º | 0.79% | 0.77% | - |
| XYZ | 27.03 | 14.74 | 18.25 | - |
| YUV | 96.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 117 | 0 | 0.79 | 0.41 | 0.23 | 330.77 | 0.66 | 0.47 |
| Hex | C5 | 29 | 75 | 0 | 4F | 29 | 17 | 14B | 42 | 2F |
| Octal | 305 | 51 | 165 | 0 | 117 | 51 | 27 | 513 | 102 | 57 |
| Binary | 11000101 | 101001 | 1110101 | 0 | 1001111 | 101001 | 10111 | 101001011 | 1000010 | 101111 |
Color Harmonies of #C52975
Complementary color
Monochromatic Colors of #C52975
Black with #C52975
Text Example
Text Example
White with #C52975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52975; }
p { color: rgb(197,41,117); }
H1.HeaderClassName
{
color: #C52975;
}
.AnyTagClassName
{
color: #C52975;
}
</style>
background-color css
<style>
a { background-color: #C52975; }
a { background-color: rgb(197,41,117); }
div.DivClassName
{
background-color: #C52975;
}
.BgClassName
{
background-color: #C52975;
}
</style>
border-color css
<style>
span { border-color: #C52975; }
span { border-color: rgb(197,41,117); }
td.TdClassName
{
border-color: #C52975;
}
.TagClassName
{
border-color: #C52975;
}
</style>