Shades of Medium Red Violet #C52FAB
Tints of Medium Red Violet #C52FAB
RGB
CMYK
RGB Variations
Color information
#C52FAB (or 0xC52FAB) is known color: Medium Red Violet. HEX triplet: C5, 2F and AB. RGB value is (197,47,171). Sum of RGB (Red+Green+Blue) = 197+47+171=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FAB is #3AD054. Grayscale: #696969. Windows color (decimal): -3854421 or 11218885. OLE color: 11218885.
HSL color Cylindrical-coordinate representation of color #C52FAB: hue angle of 310.4º 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 #C52FAB is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 171 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.23 |
| HSL | 310.4º | 0.61% | 0.48% | - |
| HSV(B) | 310.4º | 0.76% | 0.77% | - |
| XYZ | 31.39 | 16.84 | 40.12 | - |
| YUV | 105.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 171 | 0 | 0.76 | 0.13 | 0.23 | 310.4 | 0.61 | 0.48 |
| Hex | C5 | 2F | AB | 0 | 4C | D | 17 | 136 | 3D | 30 |
| Octal | 305 | 57 | 253 | 0 | 114 | 15 | 27 | 466 | 75 | 60 |
| Binary | 11000101 | 101111 | 10101011 | 0 | 1001100 | 1101 | 10111 | 100110110 | 111101 | 110000 |
Color Harmonies of #C52FAB
Complementary color
Monochromatic Colors of #C52FAB
Black with #C52FAB
Text Example
Text Example
White with #C52FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FAB; }
p { color: rgb(197,47,171); }
H1.HeaderClassName
{
color: #C52FAB;
}
.AnyTagClassName
{
color: #C52FAB;
}
</style>
background-color css
<style>
a { background-color: #C52FAB; }
a { background-color: rgb(197,47,171); }
div.DivClassName
{
background-color: #C52FAB;
}
.BgClassName
{
background-color: #C52FAB;
}
</style>
border-color css
<style>
span { border-color: #C52FAB; }
span { border-color: rgb(197,47,171); }
td.TdClassName
{
border-color: #C52FAB;
}
.TagClassName
{
border-color: #C52FAB;
}
</style>