Shades of Deep Magenta #C523B2
Tints of Deep Magenta #C523B2
RGB
CMYK
RGB Variations
Color information
#C523B2 (or 0xC523B2) is known color: Deep Magenta. HEX triplet: C5, 23 and B2. RGB value is (197,35,178). Sum of RGB (Red+Green+Blue) = 197+35+178=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C523B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523B2 is #3ADC4D. Grayscale: #636363. Windows color (decimal): -3857486 or 11674565. OLE color: 11674565.
HSL color Cylindrical-coordinate representation of color #C523B2: hue angle of 307.04º 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 #C523B2 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 178 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.23 |
| HSL | 307.04º | 0.7% | 0.45% | - |
| HSV(B) | 307.04º | 0.82% | 0.77% | - |
| XYZ | 31.66 | 16.29 | 43.59 | - |
| YUV | 99.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 178 | 0 | 0.82 | 0.10 | 0.23 | 307.04 | 0.7 | 0.45 |
| Hex | C5 | 23 | B2 | 0 | 52 | A | 17 | 133 | 46 | 2D |
| Octal | 305 | 43 | 262 | 0 | 122 | 12 | 27 | 463 | 106 | 55 |
| Binary | 11000101 | 100011 | 10110010 | 0 | 1010010 | 1010 | 10111 | 100110011 | 1000110 | 101101 |
Color Harmonies of #C523B2
Complementary color
Monochromatic Colors of #C523B2
Black with #C523B2
Text Example
Text Example
White with #C523B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523B2; }
p { color: rgb(197,35,178); }
H1.HeaderClassName
{
color: #C523B2;
}
.AnyTagClassName
{
color: #C523B2;
}
</style>
background-color css
<style>
a { background-color: #C523B2; }
a { background-color: rgb(197,35,178); }
div.DivClassName
{
background-color: #C523B2;
}
.BgClassName
{
background-color: #C523B2;
}
</style>
border-color css
<style>
span { border-color: #C523B2; }
span { border-color: rgb(197,35,178); }
td.TdClassName
{
border-color: #C523B2;
}
.TagClassName
{
border-color: #C523B2;
}
</style>