Shades of Deep Magenta #C524BF
Tints of Deep Magenta #C524BF
RGB
CMYK
RGB Variations
Color information
#C524BF (or 0xC524BF) is known color: Deep Magenta. HEX triplet: C5, 24 and BF. RGB value is (197,36,191). Sum of RGB (Red+Green+Blue) = 197+36+191=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C524BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524BF is #3ADB40. Grayscale: #656565. Windows color (decimal): -3857217 or 12526789. OLE color: 12526789.
HSL color Cylindrical-coordinate representation of color #C524BF: hue angle of 302.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524BF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 191 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.23 |
| HSL | 302.24º | 0.69% | 0.46% | - |
| HSV(B) | 302.24º | 0.82% | 0.77% | - |
| XYZ | 33.06 | 16.89 | 50.81 | - |
| YUV | 101.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 191 | 0 | 0.82 | 0.03 | 0.23 | 302.24 | 0.69 | 0.46 |
| Hex | C5 | 24 | BF | 0 | 52 | 3 | 17 | 12E | 45 | 2E |
| Octal | 305 | 44 | 277 | 0 | 122 | 3 | 27 | 456 | 105 | 56 |
| Binary | 11000101 | 100100 | 10111111 | 0 | 1010010 | 11 | 10111 | 100101110 | 1000101 | 101110 |
Color Harmonies of #C524BF
Complementary color
Monochromatic Colors of #C524BF
Black with #C524BF
Text Example
Text Example
White with #C524BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524BF; }
p { color: rgb(197,36,191); }
H1.HeaderClassName
{
color: #C524BF;
}
.AnyTagClassName
{
color: #C524BF;
}
</style>
background-color css
<style>
a { background-color: #C524BF; }
a { background-color: rgb(197,36,191); }
div.DivClassName
{
background-color: #C524BF;
}
.BgClassName
{
background-color: #C524BF;
}
</style>
border-color css
<style>
span { border-color: #C524BF; }
span { border-color: rgb(197,36,191); }
td.TdClassName
{
border-color: #C524BF;
}
.TagClassName
{
border-color: #C524BF;
}
</style>