Shades of Deep Magenta #C524BC
Tints of Deep Magenta #C524BC
RGB
CMYK
RGB Variations
Color information
#C524BC (or 0xC524BC) is known color: Deep Magenta. HEX triplet: C5, 24 and BC. RGB value is (197,36,188). Sum of RGB (Red+Green+Blue) = 197+36+188=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C524BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524BC is #3ADB43. Grayscale: #656565. Windows color (decimal): -3857220 or 12330181. OLE color: 12330181.
HSL color Cylindrical-coordinate representation of color #C524BC: hue angle of 303.35º 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 #C524BC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 188 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.23 |
| HSL | 303.35º | 0.69% | 0.46% | - |
| HSV(B) | 303.35º | 0.82% | 0.77% | - |
| XYZ | 32.73 | 16.76 | 49.09 | - |
| YUV | 101.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 188 | 0 | 0.82 | 0.05 | 0.23 | 303.35 | 0.69 | 0.46 |
| Hex | C5 | 24 | BC | 0 | 52 | 5 | 17 | 12F | 45 | 2E |
| Octal | 305 | 44 | 274 | 0 | 122 | 5 | 27 | 457 | 105 | 56 |
| Binary | 11000101 | 100100 | 10111100 | 0 | 1010010 | 101 | 10111 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C524BC
Complementary color
Monochromatic Colors of #C524BC
Black with #C524BC
Text Example
Text Example
White with #C524BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524BC; }
p { color: rgb(197,36,188); }
H1.HeaderClassName
{
color: #C524BC;
}
.AnyTagClassName
{
color: #C524BC;
}
</style>
background-color css
<style>
a { background-color: #C524BC; }
a { background-color: rgb(197,36,188); }
div.DivClassName
{
background-color: #C524BC;
}
.BgClassName
{
background-color: #C524BC;
}
</style>
border-color css
<style>
span { border-color: #C524BC; }
span { border-color: rgb(197,36,188); }
td.TdClassName
{
border-color: #C524BC;
}
.TagClassName
{
border-color: #C524BC;
}
</style>