Shades of Medium Red Violet #C528A5
Tints of Medium Red Violet #C528A5
RGB
CMYK
RGB Variations
Color information
#C528A5 (or 0xC528A5) is known color: Medium Red Violet. HEX triplet: C5, 28 and A5. RGB value is (197,40,165). Sum of RGB (Red+Green+Blue) = 197+40+165=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C528A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528A5 is #3AD75A. Grayscale: #646464. Windows color (decimal): -3856219 or 10823877. OLE color: 10823877.
HSL color Cylindrical-coordinate representation of color #C528A5: hue angle of 312.23º 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 #C528A5 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 165 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.23 |
| HSL | 312.23º | 0.66% | 0.46% | - |
| HSV(B) | 312.23º | 0.8% | 0.77% | - |
| XYZ | 30.58 | 16.1 | 37.09 | - |
| YUV | 101.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 165 | 0 | 0.80 | 0.16 | 0.23 | 312.23 | 0.66 | 0.46 |
| Hex | C5 | 28 | A5 | 0 | 50 | 10 | 17 | 138 | 42 | 2E |
| Octal | 305 | 50 | 245 | 0 | 120 | 20 | 27 | 470 | 102 | 56 |
| Binary | 11000101 | 101000 | 10100101 | 0 | 1010000 | 10000 | 10111 | 100111000 | 1000010 | 101110 |
Color Harmonies of #C528A5
Complementary color
Monochromatic Colors of #C528A5
Black with #C528A5
Text Example
Text Example
White with #C528A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528A5; }
p { color: rgb(197,40,165); }
H1.HeaderClassName
{
color: #C528A5;
}
.AnyTagClassName
{
color: #C528A5;
}
</style>
background-color css
<style>
a { background-color: #C528A5; }
a { background-color: rgb(197,40,165); }
div.DivClassName
{
background-color: #C528A5;
}
.BgClassName
{
background-color: #C528A5;
}
</style>
border-color css
<style>
span { border-color: #C528A5; }
span { border-color: rgb(197,40,165); }
td.TdClassName
{
border-color: #C528A5;
}
.TagClassName
{
border-color: #C528A5;
}
</style>