Shades of Deep Magenta #C523B6
Tints of Deep Magenta #C523B6
RGB
CMYK
RGB Variations
Color information
#C523B6 (or 0xC523B6) is known color: Deep Magenta. HEX triplet: C5, 23 and B6. RGB value is (197,35,182). Sum of RGB (Red+Green+Blue) = 197+35+182=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C523B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523B6 is #3ADC49. Grayscale: #636363. Windows color (decimal): -3857482 or 11936709. OLE color: 11936709.
HSL color Cylindrical-coordinate representation of color #C523B6: hue angle of 305.56º 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 #C523B6 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 182 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.23 |
| HSL | 305.56º | 0.7% | 0.45% | - |
| HSV(B) | 305.56º | 0.82% | 0.77% | - |
| XYZ | 32.07 | 16.45 | 45.74 | - |
| YUV | 100.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 182 | 0 | 0.82 | 0.08 | 0.23 | 305.56 | 0.7 | 0.45 |
| Hex | C5 | 23 | B6 | 0 | 52 | 8 | 17 | 132 | 46 | 2D |
| Octal | 305 | 43 | 266 | 0 | 122 | 10 | 27 | 462 | 106 | 55 |
| Binary | 11000101 | 100011 | 10110110 | 0 | 1010010 | 1000 | 10111 | 100110010 | 1000110 | 101101 |
Color Harmonies of #C523B6
Complementary color
Monochromatic Colors of #C523B6
Black with #C523B6
Text Example
Text Example
White with #C523B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523B6; }
p { color: rgb(197,35,182); }
H1.HeaderClassName
{
color: #C523B6;
}
.AnyTagClassName
{
color: #C523B6;
}
</style>
background-color css
<style>
a { background-color: #C523B6; }
a { background-color: rgb(197,35,182); }
div.DivClassName
{
background-color: #C523B6;
}
.BgClassName
{
background-color: #C523B6;
}
</style>
border-color css
<style>
span { border-color: #C523B6; }
span { border-color: rgb(197,35,182); }
td.TdClassName
{
border-color: #C523B6;
}
.TagClassName
{
border-color: #C523B6;
}
</style>