Shades of Medium Violet Red #C525A2
Tints of Medium Violet Red #C525A2
RGB
CMYK
RGB Variations
Color information
#C525A2 (or 0xC525A2) is known color: Medium Violet Red. HEX triplet: C5, 25 and A2. RGB value is (197,37,162). Sum of RGB (Red+Green+Blue) = 197+37+162=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C525A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525A2 is #3ADA5D. Grayscale: #626262. Windows color (decimal): -3856990 or 10626501. OLE color: 10626501.
HSL color Cylindrical-coordinate representation of color #C525A2: hue angle of 313.12º 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 #C525A2 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 162 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.23 |
| HSL | 313.13º | 0.68% | 0.46% | - |
| HSV(B) | 313.13º | 0.81% | 0.77% | - |
| XYZ | 30.21 | 15.8 | 35.64 | - |
| YUV | 99.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 162 | 0 | 0.81 | 0.18 | 0.23 | 313.13 | 0.68 | 0.46 |
| Hex | C5 | 25 | A2 | 0 | 51 | 12 | 17 | 139 | 44 | 2E |
| Octal | 305 | 45 | 242 | 0 | 121 | 22 | 27 | 471 | 104 | 56 |
| Binary | 11000101 | 100101 | 10100010 | 0 | 1010001 | 10010 | 10111 | 100111001 | 1000100 | 101110 |
Color Harmonies of #C525A2
Complementary color
Monochromatic Colors of #C525A2
Black with #C525A2
Text Example
Text Example
White with #C525A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525A2; }
p { color: rgb(197,37,162); }
H1.HeaderClassName
{
color: #C525A2;
}
.AnyTagClassName
{
color: #C525A2;
}
</style>
background-color css
<style>
a { background-color: #C525A2; }
a { background-color: rgb(197,37,162); }
div.DivClassName
{
background-color: #C525A2;
}
.BgClassName
{
background-color: #C525A2;
}
</style>
border-color css
<style>
span { border-color: #C525A2; }
span { border-color: rgb(197,37,162); }
td.TdClassName
{
border-color: #C525A2;
}
.TagClassName
{
border-color: #C525A2;
}
</style>