Shades of Medium Red Violet #C52BA4
Tints of Medium Red Violet #C52BA4
RGB
CMYK
RGB Variations
Color information
#C52BA4 (or 0xC52BA4) is known color: Medium Red Violet. HEX triplet: C5, 2B and A4. RGB value is (197,43,164). Sum of RGB (Red+Green+Blue) = 197+43+164=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BA4 is #3AD45B. Grayscale: #666666. Windows color (decimal): -3855452 or 10759109. OLE color: 10759109.
HSL color Cylindrical-coordinate representation of color #C52BA4: hue angle of 312.86º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BA4 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 164 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.23 |
| HSL | 312.86º | 0.64% | 0.47% | - |
| HSV(B) | 312.86º | 0.78% | 0.77% | - |
| XYZ | 30.59 | 16.28 | 36.65 | - |
| YUV | 102.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 164 | 0 | 0.78 | 0.17 | 0.23 | 312.86 | 0.64 | 0.47 |
| Hex | C5 | 2B | A4 | 0 | 4E | 11 | 17 | 139 | 40 | 2F |
| Octal | 305 | 53 | 244 | 0 | 116 | 21 | 27 | 471 | 100 | 57 |
| Binary | 11000101 | 101011 | 10100100 | 0 | 1001110 | 10001 | 10111 | 100111001 | 1000000 | 101111 |
Color Harmonies of #C52BA4
Complementary color
Monochromatic Colors of #C52BA4
Black with #C52BA4
Text Example
Text Example
White with #C52BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BA4; }
p { color: rgb(197,43,164); }
H1.HeaderClassName
{
color: #C52BA4;
}
.AnyTagClassName
{
color: #C52BA4;
}
</style>
background-color css
<style>
a { background-color: #C52BA4; }
a { background-color: rgb(197,43,164); }
div.DivClassName
{
background-color: #C52BA4;
}
.BgClassName
{
background-color: #C52BA4;
}
</style>
border-color css
<style>
span { border-color: #C52BA4; }
span { border-color: rgb(197,43,164); }
td.TdClassName
{
border-color: #C52BA4;
}
.TagClassName
{
border-color: #C52BA4;
}
</style>