Shades of Deep Magenta #C523BF
Tints of Deep Magenta #C523BF
RGB
CMYK
RGB Variations
Color information
#C523BF (or 0xC523BF) is known color: Deep Magenta. HEX triplet: C5, 23 and BF. RGB value is (197,35,191). Sum of RGB (Red+Green+Blue) = 197+35+191=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C523BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523BF is #3ADC40. Grayscale: #646464. Windows color (decimal): -3857473 or 12526533. OLE color: 12526533.
HSL color Cylindrical-coordinate representation of color #C523BF: hue angle of 302.22º 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 #C523BF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 191 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.23 |
| HSL | 302.22º | 0.7% | 0.45% | - |
| HSV(B) | 302.22º | 0.82% | 0.77% | - |
| XYZ | 33.03 | 16.83 | 50.8 | - |
| YUV | 101.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 191 | 0 | 0.82 | 0.03 | 0.23 | 302.22 | 0.7 | 0.45 |
| Hex | C5 | 23 | BF | 0 | 52 | 3 | 17 | 12E | 46 | 2D |
| Octal | 305 | 43 | 277 | 0 | 122 | 3 | 27 | 456 | 106 | 55 |
| Binary | 11000101 | 100011 | 10111111 | 0 | 1010010 | 11 | 10111 | 100101110 | 1000110 | 101101 |
Color Harmonies of #C523BF
Complementary color
Monochromatic Colors of #C523BF
Black with #C523BF
Text Example
Text Example
White with #C523BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523BF; }
p { color: rgb(197,35,191); }
H1.HeaderClassName
{
color: #C523BF;
}
.AnyTagClassName
{
color: #C523BF;
}
</style>
background-color css
<style>
a { background-color: #C523BF; }
a { background-color: rgb(197,35,191); }
div.DivClassName
{
background-color: #C523BF;
}
.BgClassName
{
background-color: #C523BF;
}
</style>
border-color css
<style>
span { border-color: #C523BF; }
span { border-color: rgb(197,35,191); }
td.TdClassName
{
border-color: #C523BF;
}
.TagClassName
{
border-color: #C523BF;
}
</style>