Shades of Medium Red Violet #C52F7B
Tints of Medium Red Violet #C52F7B
RGB
CMYK
RGB Variations
Color information
#C52F7B (or 0xC52F7B) is known color: Medium Red Violet. HEX triplet: C5, 2F and 7B. RGB value is (197,47,123). Sum of RGB (Red+Green+Blue) = 197+47+123=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F7B is #3AD084. Grayscale: #646464. Windows color (decimal): -3854469 or 8073157. OLE color: 8073157.
HSL color Cylindrical-coordinate representation of color #C52F7B: hue angle of 329.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52F7B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.23 |
| HSL | 329.6º | 0.61% | 0.48% | - |
| HSV(B) | 329.6º | 0.76% | 0.77% | - |
| XYZ | 27.62 | 15.33 | 20.24 | - |
| YUV | 100.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 123 | 0 | 0.76 | 0.38 | 0.23 | 329.6 | 0.61 | 0.48 |
| Hex | C5 | 2F | 7B | 0 | 4C | 26 | 17 | 14A | 3D | 30 |
| Octal | 305 | 57 | 173 | 0 | 114 | 46 | 27 | 512 | 75 | 60 |
| Binary | 11000101 | 101111 | 1111011 | 0 | 1001100 | 100110 | 10111 | 101001010 | 111101 | 110000 |
Color Harmonies of #C52F7B
Complementary color
Monochromatic Colors of #C52F7B
Black with #C52F7B
Text Example
Text Example
White with #C52F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F7B; }
p { color: rgb(197,47,123); }
H1.HeaderClassName
{
color: #C52F7B;
}
.AnyTagClassName
{
color: #C52F7B;
}
</style>
background-color css
<style>
a { background-color: #C52F7B; }
a { background-color: rgb(197,47,123); }
div.DivClassName
{
background-color: #C52F7B;
}
.BgClassName
{
background-color: #C52F7B;
}
</style>
border-color css
<style>
span { border-color: #C52F7B; }
span { border-color: rgb(197,47,123); }
td.TdClassName
{
border-color: #C52F7B;
}
.TagClassName
{
border-color: #C52F7B;
}
</style>