Shades of Deep Magenta #C525B5
Tints of Deep Magenta #C525B5
RGB
CMYK
RGB Variations
Color information
#C525B5 (or 0xC525B5) is known color: Deep Magenta. HEX triplet: C5, 25 and B5. RGB value is (197,37,181). Sum of RGB (Red+Green+Blue) = 197+37+181=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C525B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525B5 is #3ADA4A. Grayscale: #646464. Windows color (decimal): -3856971 or 11871685. OLE color: 11871685.
HSL color Cylindrical-coordinate representation of color #C525B5: hue angle of 306º 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 #C525B5 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 181 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.23 |
| HSL | 306º | 0.68% | 0.46% | - |
| HSV(B) | 306º | 0.81% | 0.77% | - |
| XYZ | 32.03 | 16.53 | 45.22 | - |
| YUV | 101.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 181 | 0 | 0.81 | 0.08 | 0.23 | 306 | 0.68 | 0.46 |
| Hex | C5 | 25 | B5 | 0 | 51 | 8 | 17 | 132 | 44 | 2E |
| Octal | 305 | 45 | 265 | 0 | 121 | 10 | 27 | 462 | 104 | 56 |
| Binary | 11000101 | 100101 | 10110101 | 0 | 1010001 | 1000 | 10111 | 100110010 | 1000100 | 101110 |
Color Harmonies of #C525B5
Complementary color
Monochromatic Colors of #C525B5
Black with #C525B5
Text Example
Text Example
White with #C525B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525B5; }
p { color: rgb(197,37,181); }
H1.HeaderClassName
{
color: #C525B5;
}
.AnyTagClassName
{
color: #C525B5;
}
</style>
background-color css
<style>
a { background-color: #C525B5; }
a { background-color: rgb(197,37,181); }
div.DivClassName
{
background-color: #C525B5;
}
.BgClassName
{
background-color: #C525B5;
}
</style>
border-color css
<style>
span { border-color: #C525B5; }
span { border-color: rgb(197,37,181); }
td.TdClassName
{
border-color: #C525B5;
}
.TagClassName
{
border-color: #C525B5;
}
</style>