Shades of Medium Violet Red #C525AC
Tints of Medium Violet Red #C525AC
RGB
CMYK
RGB Variations
Color information
#C525AC (or 0xC525AC) is known color: Medium Violet Red. HEX triplet: C5, 25 and AC. RGB value is (197,37,172). Sum of RGB (Red+Green+Blue) = 197+37+172=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C525AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525AC is #3ADA53. Grayscale: #636363. Windows color (decimal): -3856980 or 11281861. OLE color: 11281861.
HSL color Cylindrical-coordinate representation of color #C525AC: hue angle of 309.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C525AC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 172 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.23 |
| HSL | 309.38º | 0.68% | 0.46% | - |
| HSV(B) | 309.38º | 0.81% | 0.77% | - |
| XYZ | 31.13 | 16.17 | 40.51 | - |
| YUV | 100.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 172 | 0 | 0.81 | 0.13 | 0.23 | 309.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | AC | 0 | 51 | D | 17 | 135 | 44 | 2E |
| Octal | 305 | 45 | 254 | 0 | 121 | 15 | 27 | 465 | 104 | 56 |
| Binary | 11000101 | 100101 | 10101100 | 0 | 1010001 | 1101 | 10111 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C525AC
Complementary color
Monochromatic Colors of #C525AC
Black with #C525AC
Text Example
Text Example
White with #C525AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525AC; }
p { color: rgb(197,37,172); }
H1.HeaderClassName
{
color: #C525AC;
}
.AnyTagClassName
{
color: #C525AC;
}
</style>
background-color css
<style>
a { background-color: #C525AC; }
a { background-color: rgb(197,37,172); }
div.DivClassName
{
background-color: #C525AC;
}
.BgClassName
{
background-color: #C525AC;
}
</style>
border-color css
<style>
span { border-color: #C525AC; }
span { border-color: rgb(197,37,172); }
td.TdClassName
{
border-color: #C525AC;
}
.TagClassName
{
border-color: #C525AC;
}
</style>