Shades of Medium Red Violet #C528AD
Tints of Medium Red Violet #C528AD
RGB
CMYK
RGB Variations
Color information
#C528AD (or 0xC528AD) is known color: Medium Red Violet. HEX triplet: C5, 28 and AD. RGB value is (197,40,173). Sum of RGB (Red+Green+Blue) = 197+40+173=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C528AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528AD is #3AD752. Grayscale: #656565. Windows color (decimal): -3856211 or 11348165. OLE color: 11348165.
HSL color Cylindrical-coordinate representation of color #C528AD: hue angle of 309.17º 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 #C528AD is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 173 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.23 |
| HSL | 309.17º | 0.66% | 0.46% | - |
| HSV(B) | 309.17º | 0.8% | 0.77% | - |
| XYZ | 31.33 | 16.41 | 41.05 | - |
| YUV | 102.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 173 | 0 | 0.80 | 0.12 | 0.23 | 309.17 | 0.66 | 0.46 |
| Hex | C5 | 28 | AD | 0 | 50 | C | 17 | 135 | 42 | 2E |
| Octal | 305 | 50 | 255 | 0 | 120 | 14 | 27 | 465 | 102 | 56 |
| Binary | 11000101 | 101000 | 10101101 | 0 | 1010000 | 1100 | 10111 | 100110101 | 1000010 | 101110 |
Color Harmonies of #C528AD
Complementary color
Monochromatic Colors of #C528AD
Black with #C528AD
Text Example
Text Example
White with #C528AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528AD; }
p { color: rgb(197,40,173); }
H1.HeaderClassName
{
color: #C528AD;
}
.AnyTagClassName
{
color: #C528AD;
}
</style>
background-color css
<style>
a { background-color: #C528AD; }
a { background-color: rgb(197,40,173); }
div.DivClassName
{
background-color: #C528AD;
}
.BgClassName
{
background-color: #C528AD;
}
</style>
border-color css
<style>
span { border-color: #C528AD; }
span { border-color: rgb(197,40,173); }
td.TdClassName
{
border-color: #C528AD;
}
.TagClassName
{
border-color: #C528AD;
}
</style>