Shades of Medium Red Violet #C528A0
Tints of Medium Red Violet #C528A0
RGB
CMYK
RGB Variations
Color information
#C528A0 (or 0xC528A0) is known color: Medium Red Violet. HEX triplet: C5, 28 and A0. RGB value is (197,40,160). Sum of RGB (Red+Green+Blue) = 197+40+160=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C528A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528A0 is #3AD75F. Grayscale: #646464. Windows color (decimal): -3856224 or 10496197. OLE color: 10496197.
HSL color Cylindrical-coordinate representation of color #C528A0: hue angle of 314.14º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528A0 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 160 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.23 |
| HSL | 314.14º | 0.66% | 0.46% | - |
| HSV(B) | 314.14º | 0.8% | 0.77% | - |
| XYZ | 30.13 | 15.93 | 34.74 | - |
| YUV | 100.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 160 | 0 | 0.80 | 0.19 | 0.23 | 314.14 | 0.66 | 0.46 |
| Hex | C5 | 28 | A0 | 0 | 50 | 13 | 17 | 13A | 42 | 2E |
| Octal | 305 | 50 | 240 | 0 | 120 | 23 | 27 | 472 | 102 | 56 |
| Binary | 11000101 | 101000 | 10100000 | 0 | 1010000 | 10011 | 10111 | 100111010 | 1000010 | 101110 |
Color Harmonies of #C528A0
Complementary color
Monochromatic Colors of #C528A0
Black with #C528A0
Text Example
Text Example
White with #C528A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528A0; }
p { color: rgb(197,40,160); }
H1.HeaderClassName
{
color: #C528A0;
}
.AnyTagClassName
{
color: #C528A0;
}
</style>
background-color css
<style>
a { background-color: #C528A0; }
a { background-color: rgb(197,40,160); }
div.DivClassName
{
background-color: #C528A0;
}
.BgClassName
{
background-color: #C528A0;
}
</style>
border-color css
<style>
span { border-color: #C528A0; }
span { border-color: rgb(197,40,160); }
td.TdClassName
{
border-color: #C528A0;
}
.TagClassName
{
border-color: #C528A0;
}
</style>