Shades of Medium Red Violet #C52FA4
Tints of Medium Red Violet #C52FA4
RGB
CMYK
RGB Variations
Color information
#C52FA4 (or 0xC52FA4) is known color: Medium Red Violet. HEX triplet: C5, 2F and A4. RGB value is (197,47,164). Sum of RGB (Red+Green+Blue) = 197+47+164=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FA4 is #3AD05B. Grayscale: #686868. Windows color (decimal): -3854428 or 10760133. OLE color: 10760133.
HSL color Cylindrical-coordinate representation of color #C52FA4: hue angle of 313.2º 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 #C52FA4 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 164 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.23 |
| HSL | 313.2º | 0.61% | 0.48% | - |
| HSV(B) | 313.2º | 0.76% | 0.77% | - |
| XYZ | 30.74 | 16.58 | 36.7 | - |
| YUV | 105.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 164 | 0 | 0.76 | 0.17 | 0.23 | 313.2 | 0.61 | 0.48 |
| Hex | C5 | 2F | A4 | 0 | 4C | 11 | 17 | 139 | 3D | 30 |
| Octal | 305 | 57 | 244 | 0 | 114 | 21 | 27 | 471 | 75 | 60 |
| Binary | 11000101 | 101111 | 10100100 | 0 | 1001100 | 10001 | 10111 | 100111001 | 111101 | 110000 |
Color Harmonies of #C52FA4
Complementary color
Monochromatic Colors of #C52FA4
Black with #C52FA4
Text Example
Text Example
White with #C52FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FA4; }
p { color: rgb(197,47,164); }
H1.HeaderClassName
{
color: #C52FA4;
}
.AnyTagClassName
{
color: #C52FA4;
}
</style>
background-color css
<style>
a { background-color: #C52FA4; }
a { background-color: rgb(197,47,164); }
div.DivClassName
{
background-color: #C52FA4;
}
.BgClassName
{
background-color: #C52FA4;
}
</style>
border-color css
<style>
span { border-color: #C52FA4; }
span { border-color: rgb(197,47,164); }
td.TdClassName
{
border-color: #C52FA4;
}
.TagClassName
{
border-color: #C52FA4;
}
</style>