Shades of Deep Magenta #C524BB
Tints of Deep Magenta #C524BB
RGB
CMYK
RGB Variations
Color information
#C524BB (or 0xC524BB) is known color: Deep Magenta. HEX triplet: C5, 24 and BB. RGB value is (197,36,187). Sum of RGB (Red+Green+Blue) = 197+36+187=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C524BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524BB is #3ADB44. Grayscale: #646464. Windows color (decimal): -3857221 or 12264645. OLE color: 12264645.
HSL color Cylindrical-coordinate representation of color #C524BB: hue angle of 303.73º 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 #C524BB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 187 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.23 |
| HSL | 303.73º | 0.69% | 0.46% | - |
| HSV(B) | 303.73º | 0.82% | 0.77% | - |
| XYZ | 32.63 | 16.72 | 48.52 | - |
| YUV | 101.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 187 | 0 | 0.82 | 0.05 | 0.23 | 303.73 | 0.69 | 0.46 |
| Hex | C5 | 24 | BB | 0 | 52 | 5 | 17 | 130 | 45 | 2E |
| Octal | 305 | 44 | 273 | 0 | 122 | 5 | 27 | 460 | 105 | 56 |
| Binary | 11000101 | 100100 | 10111011 | 0 | 1010010 | 101 | 10111 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C524BB
Complementary color
Monochromatic Colors of #C524BB
Black with #C524BB
Text Example
Text Example
White with #C524BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524BB; }
p { color: rgb(197,36,187); }
H1.HeaderClassName
{
color: #C524BB;
}
.AnyTagClassName
{
color: #C524BB;
}
</style>
background-color css
<style>
a { background-color: #C524BB; }
a { background-color: rgb(197,36,187); }
div.DivClassName
{
background-color: #C524BB;
}
.BgClassName
{
background-color: #C524BB;
}
</style>
border-color css
<style>
span { border-color: #C524BB; }
span { border-color: rgb(197,36,187); }
td.TdClassName
{
border-color: #C524BB;
}
.TagClassName
{
border-color: #C524BB;
}
</style>