Shades of Medium Red Violet #C52BAC
Tints of Medium Red Violet #C52BAC
RGB
CMYK
RGB Variations
Color information
#C52BAC (or 0xC52BAC) is known color: Medium Red Violet. HEX triplet: C5, 2B and AC. RGB value is (197,43,172). Sum of RGB (Red+Green+Blue) = 197+43+172=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAC is #3AD453. Grayscale: #676767. Windows color (decimal): -3855444 or 11283397. OLE color: 11283397.
HSL color Cylindrical-coordinate representation of color #C52BAC: hue angle of 309.74º 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 #C52BAC is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 172 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.23 |
| HSL | 309.74º | 0.64% | 0.47% | - |
| HSV(B) | 309.74º | 0.78% | 0.77% | - |
| XYZ | 31.34 | 16.58 | 40.58 | - |
| YUV | 103.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 172 | 0 | 0.78 | 0.13 | 0.23 | 309.74 | 0.64 | 0.47 |
| Hex | C5 | 2B | AC | 0 | 4E | D | 17 | 136 | 40 | 2F |
| Octal | 305 | 53 | 254 | 0 | 116 | 15 | 27 | 466 | 100 | 57 |
| Binary | 11000101 | 101011 | 10101100 | 0 | 1001110 | 1101 | 10111 | 100110110 | 1000000 | 101111 |
Color Harmonies of #C52BAC
Complementary color
Monochromatic Colors of #C52BAC
Black with #C52BAC
Text Example
Text Example
White with #C52BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BAC; }
p { color: rgb(197,43,172); }
H1.HeaderClassName
{
color: #C52BAC;
}
.AnyTagClassName
{
color: #C52BAC;
}
</style>
background-color css
<style>
a { background-color: #C52BAC; }
a { background-color: rgb(197,43,172); }
div.DivClassName
{
background-color: #C52BAC;
}
.BgClassName
{
background-color: #C52BAC;
}
</style>
border-color css
<style>
span { border-color: #C52BAC; }
span { border-color: rgb(197,43,172); }
td.TdClassName
{
border-color: #C52BAC;
}
.TagClassName
{
border-color: #C52BAC;
}
</style>