Shades of Medium Red Violet #C52DAB
Tints of Medium Red Violet #C52DAB
RGB
CMYK
RGB Variations
Color information
#C52DAB (or 0xC52DAB) is known color: Medium Red Violet. HEX triplet: C5, 2D and AB. RGB value is (197,45,171). Sum of RGB (Red+Green+Blue) = 197+45+171=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52DAB is #3AD254. Grayscale: #686868. Windows color (decimal): -3854933 or 11218373. OLE color: 11218373.
HSL color Cylindrical-coordinate representation of color #C52DAB: hue angle of 310.26º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52DAB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 171 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.23 |
| HSL | 310.26º | 0.63% | 0.47% | - |
| HSV(B) | 310.26º | 0.77% | 0.77% | - |
| XYZ | 31.32 | 16.69 | 40.1 | - |
| YUV | 104.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 171 | 0 | 0.77 | 0.13 | 0.23 | 310.26 | 0.63 | 0.47 |
| Hex | C5 | 2D | AB | 0 | 4D | D | 17 | 136 | 3F | 2F |
| Octal | 305 | 55 | 253 | 0 | 115 | 15 | 27 | 466 | 77 | 57 |
| Binary | 11000101 | 101101 | 10101011 | 0 | 1001101 | 1101 | 10111 | 100110110 | 111111 | 101111 |
Color Harmonies of #C52DAB
Complementary color
Monochromatic Colors of #C52DAB
Black with #C52DAB
Text Example
Text Example
White with #C52DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DAB; }
p { color: rgb(197,45,171); }
H1.HeaderClassName
{
color: #C52DAB;
}
.AnyTagClassName
{
color: #C52DAB;
}
</style>
background-color css
<style>
a { background-color: #C52DAB; }
a { background-color: rgb(197,45,171); }
div.DivClassName
{
background-color: #C52DAB;
}
.BgClassName
{
background-color: #C52DAB;
}
</style>
border-color css
<style>
span { border-color: #C52DAB; }
span { border-color: rgb(197,45,171); }
td.TdClassName
{
border-color: #C52DAB;
}
.TagClassName
{
border-color: #C52DAB;
}
</style>