Shades of Deep Magenta #C523CC
Tints of Deep Magenta #C523CC
RGB
CMYK
RGB Variations
Color information
#C523CC (or 0xC523CC) is known color: Deep Magenta. HEX triplet: C5, 23 and CC. RGB value is (197,35,204). Sum of RGB (Red+Green+Blue) = 197+35+204=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C523CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CC is #3ADC33. Grayscale: #666666. Windows color (decimal): -3857460 or 13378501. OLE color: 13378501.
HSL color Cylindrical-coordinate representation of color #C523CC: hue angle of 297.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523CC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 35 | 204 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.2 |
| HSL | 297.51º | 0.71% | 0.47% | - |
| HSV(B) | 297.51º | 0.83% | 0.8% | - |
| XYZ | 34.53 | 17.43 | 58.67 | - |
| YUV | 102.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 204 | 0.03 | 0.83 | 0 | 0.2 | 297.51 | 0.71 | 0.47 |
| Hex | C5 | 23 | CC | 3 | 53 | 0 | 14 | 12A | 47 | 2F |
| Octal | 305 | 43 | 314 | 3 | 123 | 0 | 24 | 452 | 107 | 57 |
| Binary | 11000101 | 100011 | 11001100 | 11 | 1010011 | 0 | 10100 | 100101010 | 1000111 | 101111 |
Color Harmonies of #C523CC
Complementary color
Monochromatic Colors of #C523CC
Black with #C523CC
Text Example
Text Example
White with #C523CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523CC; }
p { color: rgb(197,35,204); }
H1.HeaderClassName
{
color: #C523CC;
}
.AnyTagClassName
{
color: #C523CC;
}
</style>
background-color css
<style>
a { background-color: #C523CC; }
a { background-color: rgb(197,35,204); }
div.DivClassName
{
background-color: #C523CC;
}
.BgClassName
{
background-color: #C523CC;
}
</style>
border-color css
<style>
span { border-color: #C523CC; }
span { border-color: rgb(197,35,204); }
td.TdClassName
{
border-color: #C523CC;
}
.TagClassName
{
border-color: #C523CC;
}
</style>