Shades of Medium Violet Red #C52470
Tints of Medium Violet Red #C52470
RGB
CMYK
RGB Variations
Color information
#C52470 (or 0xC52470) is known color: Medium Violet Red. HEX triplet: C5, 24 and 70. RGB value is (197,36,112). Sum of RGB (Red+Green+Blue) = 197+36+112=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C52470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52470 is #3ADB8F. Grayscale: #5C5C5C. Windows color (decimal): -3857296 or 7349445. OLE color: 7349445.
HSL color Cylindrical-coordinate representation of color #C52470: hue angle of 331.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52470 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 112 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.23 |
| HSL | 331.68º | 0.69% | 0.46% | - |
| HSV(B) | 331.68º | 0.82% | 0.77% | - |
| XYZ | 26.58 | 14.3 | 16.69 | - |
| YUV | 92.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 112 | 0 | 0.82 | 0.43 | 0.23 | 331.68 | 0.69 | 0.46 |
| Hex | C5 | 24 | 70 | 0 | 52 | 2B | 17 | 14C | 45 | 2E |
| Octal | 305 | 44 | 160 | 0 | 122 | 53 | 27 | 514 | 105 | 56 |
| Binary | 11000101 | 100100 | 1110000 | 0 | 1010010 | 101011 | 10111 | 101001100 | 1000101 | 101110 |
Color Harmonies of #C52470
Complementary color
Monochromatic Colors of #C52470
Black with #C52470
Text Example
Text Example
White with #C52470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52470; }
p { color: rgb(197,36,112); }
H1.HeaderClassName
{
color: #C52470;
}
.AnyTagClassName
{
color: #C52470;
}
</style>
background-color css
<style>
a { background-color: #C52470; }
a { background-color: rgb(197,36,112); }
div.DivClassName
{
background-color: #C52470;
}
.BgClassName
{
background-color: #C52470;
}
</style>
border-color css
<style>
span { border-color: #C52470; }
span { border-color: rgb(197,36,112); }
td.TdClassName
{
border-color: #C52470;
}
.TagClassName
{
border-color: #C52470;
}
</style>