Shades of Medium Red Violet #C52DA8
Tints of Medium Red Violet #C52DA8
RGB
CMYK
RGB Variations
Color information
#C52DA8 (or 0xC52DA8) is known color: Medium Red Violet. HEX triplet: C5, 2D and A8. RGB value is (197,45,168). Sum of RGB (Red+Green+Blue) = 197+45+168=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52DA8 is #3AD257. Grayscale: #686868. Windows color (decimal): -3854936 or 11021765. OLE color: 11021765.
HSL color Cylindrical-coordinate representation of color #C52DA8: hue angle of 311.45º 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 #C52DA8 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 168 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.23 |
| HSL | 311.45º | 0.63% | 0.47% | - |
| HSV(B) | 311.45º | 0.77% | 0.77% | - |
| XYZ | 31.03 | 16.57 | 38.61 | - |
| YUV | 104.47 | 163.86 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 168 | 0 | 0.77 | 0.15 | 0.23 | 311.45 | 0.63 | 0.47 |
| Hex | C5 | 2D | A8 | 0 | 4D | F | 17 | 137 | 3F | 2F |
| Octal | 305 | 55 | 250 | 0 | 115 | 17 | 27 | 467 | 77 | 57 |
| Binary | 11000101 | 101101 | 10101000 | 0 | 1001101 | 1111 | 10111 | 100110111 | 111111 | 101111 |
Color Harmonies of #C52DA8
Complementary color
Monochromatic Colors of #C52DA8
Black with #C52DA8
Text Example
Text Example
White with #C52DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DA8; }
p { color: rgb(197,45,168); }
H1.HeaderClassName
{
color: #C52DA8;
}
.AnyTagClassName
{
color: #C52DA8;
}
</style>
background-color css
<style>
a { background-color: #C52DA8; }
a { background-color: rgb(197,45,168); }
div.DivClassName
{
background-color: #C52DA8;
}
.BgClassName
{
background-color: #C52DA8;
}
</style>
border-color css
<style>
span { border-color: #C52DA8; }
span { border-color: rgb(197,45,168); }
td.TdClassName
{
border-color: #C52DA8;
}
.TagClassName
{
border-color: #C52DA8;
}
</style>