Shades of Deep Magenta #C525AF
Tints of Deep Magenta #C525AF
RGB
CMYK
RGB Variations
Color information
#C525AF (or 0xC525AF) is known color: Deep Magenta. HEX triplet: C5, 25 and AF. RGB value is (197,37,175). Sum of RGB (Red+Green+Blue) = 197+37+175=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C525AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525AF is #3ADA50. Grayscale: #646464. Windows color (decimal): -3856977 or 11478469. OLE color: 11478469.
HSL color Cylindrical-coordinate representation of color #C525AF: hue angle of 308.25º 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 #C525AF is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 175 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.23 |
| HSL | 308.25º | 0.68% | 0.46% | - |
| HSV(B) | 308.25º | 0.81% | 0.77% | - |
| XYZ | 31.43 | 16.29 | 42.05 | - |
| YUV | 100.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 175 | 0 | 0.81 | 0.11 | 0.23 | 308.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | AF | 0 | 51 | B | 17 | 134 | 44 | 2E |
| Octal | 305 | 45 | 257 | 0 | 121 | 13 | 27 | 464 | 104 | 56 |
| Binary | 11000101 | 100101 | 10101111 | 0 | 1010001 | 1011 | 10111 | 100110100 | 1000100 | 101110 |
Color Harmonies of #C525AF
Complementary color
Monochromatic Colors of #C525AF
Black with #C525AF
Text Example
Text Example
White with #C525AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525AF; }
p { color: rgb(197,37,175); }
H1.HeaderClassName
{
color: #C525AF;
}
.AnyTagClassName
{
color: #C525AF;
}
</style>
background-color css
<style>
a { background-color: #C525AF; }
a { background-color: rgb(197,37,175); }
div.DivClassName
{
background-color: #C525AF;
}
.BgClassName
{
background-color: #C525AF;
}
</style>
border-color css
<style>
span { border-color: #C525AF; }
span { border-color: rgb(197,37,175); }
td.TdClassName
{
border-color: #C525AF;
}
.TagClassName
{
border-color: #C525AF;
}
</style>