Shades of Deep Magenta #C523BD
Tints of Deep Magenta #C523BD
RGB
CMYK
RGB Variations
Color information
#C523BD (or 0xC523BD) is known color: Deep Magenta. HEX triplet: C5, 23 and BD. RGB value is (197,35,189). Sum of RGB (Red+Green+Blue) = 197+35+189=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C523BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523BD is #3ADC42. Grayscale: #646464. Windows color (decimal): -3857475 or 12395461. OLE color: 12395461.
HSL color Cylindrical-coordinate representation of color #C523BD: hue angle of 302.96º 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 #C523BD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 189 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.23 |
| HSL | 302.96º | 0.7% | 0.45% | - |
| HSV(B) | 302.96º | 0.82% | 0.77% | - |
| XYZ | 32.81 | 16.75 | 49.65 | - |
| YUV | 100.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 189 | 0 | 0.82 | 0.04 | 0.23 | 302.96 | 0.7 | 0.45 |
| Hex | C5 | 23 | BD | 0 | 52 | 4 | 17 | 12F | 46 | 2D |
| Octal | 305 | 43 | 275 | 0 | 122 | 4 | 27 | 457 | 106 | 55 |
| Binary | 11000101 | 100011 | 10111101 | 0 | 1010010 | 100 | 10111 | 100101111 | 1000110 | 101101 |
Color Harmonies of #C523BD
Complementary color
Monochromatic Colors of #C523BD
Black with #C523BD
Text Example
Text Example
White with #C523BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523BD; }
p { color: rgb(197,35,189); }
H1.HeaderClassName
{
color: #C523BD;
}
.AnyTagClassName
{
color: #C523BD;
}
</style>
background-color css
<style>
a { background-color: #C523BD; }
a { background-color: rgb(197,35,189); }
div.DivClassName
{
background-color: #C523BD;
}
.BgClassName
{
background-color: #C523BD;
}
</style>
border-color css
<style>
span { border-color: #C523BD; }
span { border-color: rgb(197,35,189); }
td.TdClassName
{
border-color: #C523BD;
}
.TagClassName
{
border-color: #C523BD;
}
</style>