Shades of Medium Red Violet #C52CAB
Tints of Medium Red Violet #C52CAB
RGB
CMYK
RGB Variations
Color information
#C52CAB (or 0xC52CAB) is known color: Medium Red Violet. HEX triplet: C5, 2C and AB. RGB value is (197,44,171). Sum of RGB (Red+Green+Blue) = 197+44+171=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52CAB is #3AD354. Grayscale: #676767. Windows color (decimal): -3855189 or 11218117. OLE color: 11218117.
HSL color Cylindrical-coordinate representation of color #C52CAB: hue angle of 310.2º degrees, saturation: 0.63, 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 #C52CAB is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 171 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.23 |
| HSL | 310.2º | 0.63% | 0.47% | - |
| HSV(B) | 310.2º | 0.78% | 0.77% | - |
| XYZ | 31.28 | 16.61 | 40.09 | - |
| YUV | 104.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 171 | 0 | 0.78 | 0.13 | 0.23 | 310.2 | 0.63 | 0.47 |
| Hex | C5 | 2C | AB | 0 | 4E | D | 17 | 136 | 3F | 2F |
| Octal | 305 | 54 | 253 | 0 | 116 | 15 | 27 | 466 | 77 | 57 |
| Binary | 11000101 | 101100 | 10101011 | 0 | 1001110 | 1101 | 10111 | 100110110 | 111111 | 101111 |
Color Harmonies of #C52CAB
Complementary color
Monochromatic Colors of #C52CAB
Black with #C52CAB
Text Example
Text Example
White with #C52CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CAB; }
p { color: rgb(197,44,171); }
H1.HeaderClassName
{
color: #C52CAB;
}
.AnyTagClassName
{
color: #C52CAB;
}
</style>
background-color css
<style>
a { background-color: #C52CAB; }
a { background-color: rgb(197,44,171); }
div.DivClassName
{
background-color: #C52CAB;
}
.BgClassName
{
background-color: #C52CAB;
}
</style>
border-color css
<style>
span { border-color: #C52CAB; }
span { border-color: rgb(197,44,171); }
td.TdClassName
{
border-color: #C52CAB;
}
.TagClassName
{
border-color: #C52CAB;
}
</style>