Shades of Medium Red Violet #C52BAD
Tints of Medium Red Violet #C52BAD
RGB
CMYK
RGB Variations
Color information
#C52BAD (or 0xC52BAD) is known color: Medium Red Violet. HEX triplet: C5, 2B and AD. RGB value is (197,43,173). Sum of RGB (Red+Green+Blue) = 197+43+173=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAD is #3AD452. Grayscale: #676767. Windows color (decimal): -3855443 or 11348933. OLE color: 11348933.
HSL color Cylindrical-coordinate representation of color #C52BAD: hue angle of 309.35º 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 #C52BAD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 173 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.23 |
| HSL | 309.35º | 0.64% | 0.47% | - |
| HSV(B) | 309.35º | 0.78% | 0.77% | - |
| XYZ | 31.43 | 16.62 | 41.09 | - |
| YUV | 103.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 173 | 0 | 0.78 | 0.12 | 0.23 | 309.35 | 0.64 | 0.47 |
| Hex | C5 | 2B | AD | 0 | 4E | C | 17 | 135 | 40 | 2F |
| Octal | 305 | 53 | 255 | 0 | 116 | 14 | 27 | 465 | 100 | 57 |
| Binary | 11000101 | 101011 | 10101101 | 0 | 1001110 | 1100 | 10111 | 100110101 | 1000000 | 101111 |
Color Harmonies of #C52BAD
Complementary color
Monochromatic Colors of #C52BAD
Black with #C52BAD
Text Example
Text Example
White with #C52BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BAD; }
p { color: rgb(197,43,173); }
H1.HeaderClassName
{
color: #C52BAD;
}
.AnyTagClassName
{
color: #C52BAD;
}
</style>
background-color css
<style>
a { background-color: #C52BAD; }
a { background-color: rgb(197,43,173); }
div.DivClassName
{
background-color: #C52BAD;
}
.BgClassName
{
background-color: #C52BAD;
}
</style>
border-color css
<style>
span { border-color: #C52BAD; }
span { border-color: rgb(197,43,173); }
td.TdClassName
{
border-color: #C52BAD;
}
.TagClassName
{
border-color: #C52BAD;
}
</style>