Shades of Deep Magenta #C523B0
Tints of Deep Magenta #C523B0
RGB
CMYK
RGB Variations
Color information
#C523B0 (or 0xC523B0) is known color: Deep Magenta. HEX triplet: C5, 23 and B0. RGB value is (197,35,176). Sum of RGB (Red+Green+Blue) = 197+35+176=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C523B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523B0 is #3ADC4F. Grayscale: #636363. Windows color (decimal): -3857488 or 11543493. OLE color: 11543493.
HSL color Cylindrical-coordinate representation of color #C523B0: hue angle of 307.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C523B0 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 176 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.23 |
| HSL | 307.78º | 0.7% | 0.45% | - |
| HSV(B) | 307.78º | 0.82% | 0.77% | - |
| XYZ | 31.46 | 16.21 | 42.54 | - |
| YUV | 99.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 176 | 0 | 0.82 | 0.11 | 0.23 | 307.78 | 0.7 | 0.45 |
| Hex | C5 | 23 | B0 | 0 | 52 | B | 17 | 134 | 46 | 2D |
| Octal | 305 | 43 | 260 | 0 | 122 | 13 | 27 | 464 | 106 | 55 |
| Binary | 11000101 | 100011 | 10110000 | 0 | 1010010 | 1011 | 10111 | 100110100 | 1000110 | 101101 |
Color Harmonies of #C523B0
Complementary color
Monochromatic Colors of #C523B0
Black with #C523B0
Text Example
Text Example
White with #C523B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523B0; }
p { color: rgb(197,35,176); }
H1.HeaderClassName
{
color: #C523B0;
}
.AnyTagClassName
{
color: #C523B0;
}
</style>
background-color css
<style>
a { background-color: #C523B0; }
a { background-color: rgb(197,35,176); }
div.DivClassName
{
background-color: #C523B0;
}
.BgClassName
{
background-color: #C523B0;
}
</style>
border-color css
<style>
span { border-color: #C523B0; }
span { border-color: rgb(197,35,176); }
td.TdClassName
{
border-color: #C523B0;
}
.TagClassName
{
border-color: #C523B0;
}
</style>