Shades of Medium Red Violet #C528A3
Tints of Medium Red Violet #C528A3
RGB
CMYK
RGB Variations
Color information
#C528A3 (or 0xC528A3) is known color: Medium Red Violet. HEX triplet: C5, 28 and A3. RGB value is (197,40,163). Sum of RGB (Red+Green+Blue) = 197+40+163=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C528A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528A3 is #3AD75C. Grayscale: #646464. Windows color (decimal): -3856221 or 10692805. OLE color: 10692805.
HSL color Cylindrical-coordinate representation of color #C528A3: hue angle of 312.99º 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 #C528A3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 163 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.23 |
| HSL | 312.99º | 0.66% | 0.46% | - |
| HSV(B) | 312.99º | 0.8% | 0.77% | - |
| XYZ | 30.4 | 16.03 | 36.14 | - |
| YUV | 100.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 163 | 0 | 0.80 | 0.17 | 0.23 | 312.99 | 0.66 | 0.46 |
| Hex | C5 | 28 | A3 | 0 | 50 | 11 | 17 | 139 | 42 | 2E |
| Octal | 305 | 50 | 243 | 0 | 120 | 21 | 27 | 471 | 102 | 56 |
| Binary | 11000101 | 101000 | 10100011 | 0 | 1010000 | 10001 | 10111 | 100111001 | 1000010 | 101110 |
Color Harmonies of #C528A3
Complementary color
Monochromatic Colors of #C528A3
Black with #C528A3
Text Example
Text Example
White with #C528A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528A3; }
p { color: rgb(197,40,163); }
H1.HeaderClassName
{
color: #C528A3;
}
.AnyTagClassName
{
color: #C528A3;
}
</style>
background-color css
<style>
a { background-color: #C528A3; }
a { background-color: rgb(197,40,163); }
div.DivClassName
{
background-color: #C528A3;
}
.BgClassName
{
background-color: #C528A3;
}
</style>
border-color css
<style>
span { border-color: #C528A3; }
span { border-color: rgb(197,40,163); }
td.TdClassName
{
border-color: #C528A3;
}
.TagClassName
{
border-color: #C528A3;
}
</style>