Shades of Deep Magenta #C524B8
Tints of Deep Magenta #C524B8
RGB
CMYK
RGB Variations
Color information
#C524B8 (or 0xC524B8) is known color: Deep Magenta. HEX triplet: C5, 24 and B8. RGB value is (197,36,184). Sum of RGB (Red+Green+Blue) = 197+36+184=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C524B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524B8 is #3ADB47. Grayscale: #646464. Windows color (decimal): -3857224 or 12068037. OLE color: 12068037.
HSL color Cylindrical-coordinate representation of color #C524B8: hue angle of 304.84º 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 #C524B8 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 184 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.23 |
| HSL | 304.84º | 0.69% | 0.46% | - |
| HSV(B) | 304.84º | 0.82% | 0.77% | - |
| XYZ | 32.31 | 16.59 | 46.85 | - |
| YUV | 101.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 184 | 0 | 0.82 | 0.07 | 0.23 | 304.84 | 0.69 | 0.46 |
| Hex | C5 | 24 | B8 | 0 | 52 | 7 | 17 | 131 | 45 | 2E |
| Octal | 305 | 44 | 270 | 0 | 122 | 7 | 27 | 461 | 105 | 56 |
| Binary | 11000101 | 100100 | 10111000 | 0 | 1010010 | 111 | 10111 | 100110001 | 1000101 | 101110 |
Color Harmonies of #C524B8
Complementary color
Monochromatic Colors of #C524B8
Black with #C524B8
Text Example
Text Example
White with #C524B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524B8; }
p { color: rgb(197,36,184); }
H1.HeaderClassName
{
color: #C524B8;
}
.AnyTagClassName
{
color: #C524B8;
}
</style>
background-color css
<style>
a { background-color: #C524B8; }
a { background-color: rgb(197,36,184); }
div.DivClassName
{
background-color: #C524B8;
}
.BgClassName
{
background-color: #C524B8;
}
</style>
border-color css
<style>
span { border-color: #C524B8; }
span { border-color: rgb(197,36,184); }
td.TdClassName
{
border-color: #C524B8;
}
.TagClassName
{
border-color: #C524B8;
}
</style>