Shades of Medium Red Violet #C528AB
Tints of Medium Red Violet #C528AB
RGB
CMYK
RGB Variations
Color information
#C528AB (or 0xC528AB) is known color: Medium Red Violet. HEX triplet: C5, 28 and AB. RGB value is (197,40,171). Sum of RGB (Red+Green+Blue) = 197+40+171=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C528AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528AB is #3AD754. Grayscale: #656565. Windows color (decimal): -3856213 or 11217093. OLE color: 11217093.
HSL color Cylindrical-coordinate representation of color #C528AB: hue angle of 309.94º 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 #C528AB is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 171 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.23 |
| HSL | 309.94º | 0.66% | 0.46% | - |
| HSV(B) | 309.94º | 0.8% | 0.77% | - |
| XYZ | 31.14 | 16.33 | 40.04 | - |
| YUV | 101.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 171 | 0 | 0.80 | 0.13 | 0.23 | 309.94 | 0.66 | 0.46 |
| Hex | C5 | 28 | AB | 0 | 50 | D | 17 | 136 | 42 | 2E |
| Octal | 305 | 50 | 253 | 0 | 120 | 15 | 27 | 466 | 102 | 56 |
| Binary | 11000101 | 101000 | 10101011 | 0 | 1010000 | 1101 | 10111 | 100110110 | 1000010 | 101110 |
Color Harmonies of #C528AB
Complementary color
Monochromatic Colors of #C528AB
Black with #C528AB
Text Example
Text Example
White with #C528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528AB; }
p { color: rgb(197,40,171); }
H1.HeaderClassName
{
color: #C528AB;
}
.AnyTagClassName
{
color: #C528AB;
}
</style>
background-color css
<style>
a { background-color: #C528AB; }
a { background-color: rgb(197,40,171); }
div.DivClassName
{
background-color: #C528AB;
}
.BgClassName
{
background-color: #C528AB;
}
</style>
border-color css
<style>
span { border-color: #C528AB; }
span { border-color: rgb(197,40,171); }
td.TdClassName
{
border-color: #C528AB;
}
.TagClassName
{
border-color: #C528AB;
}
</style>