Shades of Deep Magenta #C525BF
Tints of Deep Magenta #C525BF
RGB
CMYK
RGB Variations
Color information
#C525BF (or 0xC525BF) is known color: Deep Magenta. HEX triplet: C5, 25 and BF. RGB value is (197,37,191). Sum of RGB (Red+Green+Blue) = 197+37+191=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C525BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525BF is #3ADA40. Grayscale: #656565. Windows color (decimal): -3856961 or 12527045. OLE color: 12527045.
HSL color Cylindrical-coordinate representation of color #C525BF: hue angle of 302.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 #C525BF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 191 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.23 |
| HSL | 302.25º | 0.68% | 0.46% | - |
| HSV(B) | 302.25º | 0.81% | 0.77% | - |
| XYZ | 33.09 | 16.96 | 50.82 | - |
| YUV | 102.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 191 | 0 | 0.81 | 0.03 | 0.23 | 302.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | BF | 0 | 51 | 3 | 17 | 12E | 44 | 2E |
| Octal | 305 | 45 | 277 | 0 | 121 | 3 | 27 | 456 | 104 | 56 |
| Binary | 11000101 | 100101 | 10111111 | 0 | 1010001 | 11 | 10111 | 100101110 | 1000100 | 101110 |
Color Harmonies of #C525BF
Complementary color
Monochromatic Colors of #C525BF
Black with #C525BF
Text Example
Text Example
White with #C525BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525BF; }
p { color: rgb(197,37,191); }
H1.HeaderClassName
{
color: #C525BF;
}
.AnyTagClassName
{
color: #C525BF;
}
</style>
background-color css
<style>
a { background-color: #C525BF; }
a { background-color: rgb(197,37,191); }
div.DivClassName
{
background-color: #C525BF;
}
.BgClassName
{
background-color: #C525BF;
}
</style>
border-color css
<style>
span { border-color: #C525BF; }
span { border-color: rgb(197,37,191); }
td.TdClassName
{
border-color: #C525BF;
}
.TagClassName
{
border-color: #C525BF;
}
</style>