Shades of Deep Magenta #C523CF
Tints of Deep Magenta #C523CF
RGB
CMYK
RGB Variations
Color information
#C523CF (or 0xC523CF) is known color: Deep Magenta. HEX triplet: C5, 23 and CF. RGB value is (197,35,207). Sum of RGB (Red+Green+Blue) = 197+35+207=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #C523CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CF is #3ADC30. Grayscale: #666666. Windows color (decimal): -3857457 or 13575109. OLE color: 13575109.
HSL color Cylindrical-coordinate representation of color #C523CF: hue angle of 296.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523CF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 35 | 207 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.19 |
| HSL | 296.51º | 0.71% | 0.47% | - |
| HSV(B) | 296.51º | 0.83% | 0.81% | - |
| XYZ | 34.89 | 17.58 | 60.59 | - |
| YUV | 103.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 207 | 0.05 | 0.83 | 0 | 0.19 | 296.51 | 0.71 | 0.47 |
| Hex | C5 | 23 | CF | 5 | 53 | 0 | 13 | 129 | 47 | 2F |
| Octal | 305 | 43 | 317 | 5 | 123 | 0 | 23 | 451 | 107 | 57 |
| Binary | 11000101 | 100011 | 11001111 | 101 | 1010011 | 0 | 10011 | 100101001 | 1000111 | 101111 |
Color Harmonies of #C523CF
Complementary color
Monochromatic Colors of #C523CF
Black with #C523CF
Text Example
Text Example
White with #C523CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523CF; }
p { color: rgb(197,35,207); }
H1.HeaderClassName
{
color: #C523CF;
}
.AnyTagClassName
{
color: #C523CF;
}
</style>
background-color css
<style>
a { background-color: #C523CF; }
a { background-color: rgb(197,35,207); }
div.DivClassName
{
background-color: #C523CF;
}
.BgClassName
{
background-color: #C523CF;
}
</style>
border-color css
<style>
span { border-color: #C523CF; }
span { border-color: rgb(197,35,207); }
td.TdClassName
{
border-color: #C523CF;
}
.TagClassName
{
border-color: #C523CF;
}
</style>