Shades of Medium Red Violet #C52670
Tints of Medium Red Violet #C52670
RGB
CMYK
RGB Variations
Color information
#C52670 (or 0xC52670) is known color: Medium Red Violet. HEX triplet: C5, 26 and 70. RGB value is (197,38,112). Sum of RGB (Red+Green+Blue) = 197+38+112=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C52670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52670 is #3AD98F. Grayscale: #5D5D5D. Windows color (decimal): -3856784 or 7349957. OLE color: 7349957.
HSL color Cylindrical-coordinate representation of color #C52670: hue angle of 332.08º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52670 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 112 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.23 |
| HSL | 332.08º | 0.68% | 0.46% | - |
| HSV(B) | 332.08º | 0.81% | 0.77% | - |
| XYZ | 26.64 | 14.43 | 16.71 | - |
| YUV | 93.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 112 | 0 | 0.81 | 0.43 | 0.23 | 332.08 | 0.68 | 0.46 |
| Hex | C5 | 26 | 70 | 0 | 51 | 2B | 17 | 14C | 44 | 2E |
| Octal | 305 | 46 | 160 | 0 | 121 | 53 | 27 | 514 | 104 | 56 |
| Binary | 11000101 | 100110 | 1110000 | 0 | 1010001 | 101011 | 10111 | 101001100 | 1000100 | 101110 |
Color Harmonies of #C52670
Complementary color
Monochromatic Colors of #C52670
Black with #C52670
Text Example
Text Example
White with #C52670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52670; }
p { color: rgb(197,38,112); }
H1.HeaderClassName
{
color: #C52670;
}
.AnyTagClassName
{
color: #C52670;
}
</style>
background-color css
<style>
a { background-color: #C52670; }
a { background-color: rgb(197,38,112); }
div.DivClassName
{
background-color: #C52670;
}
.BgClassName
{
background-color: #C52670;
}
</style>
border-color css
<style>
span { border-color: #C52670; }
span { border-color: rgb(197,38,112); }
td.TdClassName
{
border-color: #C52670;
}
.TagClassName
{
border-color: #C52670;
}
</style>