Shades of Deep Magenta #C523C6
Tints of Deep Magenta #C523C6
RGB
CMYK
RGB Variations
Color information
#C523C6 (or 0xC523C6) is known color: Deep Magenta. HEX triplet: C5, 23 and C6. RGB value is (197,35,198). Sum of RGB (Red+Green+Blue) = 197+35+198=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #C523C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523C6 is #3ADC39. Grayscale: #656565. Windows color (decimal): -3857466 or 12985285. OLE color: 12985285.
HSL color Cylindrical-coordinate representation of color #C523C6: hue angle of 299.63º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C523C6 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 35 | 198 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.22 |
| HSL | 299.63º | 0.7% | 0.46% | - |
| HSV(B) | 299.63º | 0.82% | 0.78% | - |
| XYZ | 33.82 | 17.15 | 54.95 | - |
| YUV | 102.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 198 | 0.01 | 0.82 | 0 | 0.22 | 299.63 | 0.7 | 0.46 |
| Hex | C5 | 23 | C6 | 1 | 52 | 0 | 16 | 12C | 46 | 2E |
| Octal | 305 | 43 | 306 | 1 | 122 | 0 | 26 | 454 | 106 | 56 |
| Binary | 11000101 | 100011 | 11000110 | 1 | 1010010 | 0 | 10110 | 100101100 | 1000110 | 101110 |
Color Harmonies of #C523C6
Complementary color
Monochromatic Colors of #C523C6
Black with #C523C6
Text Example
Text Example
White with #C523C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523C6; }
p { color: rgb(197,35,198); }
H1.HeaderClassName
{
color: #C523C6;
}
.AnyTagClassName
{
color: #C523C6;
}
</style>
background-color css
<style>
a { background-color: #C523C6; }
a { background-color: rgb(197,35,198); }
div.DivClassName
{
background-color: #C523C6;
}
.BgClassName
{
background-color: #C523C6;
}
</style>
border-color css
<style>
span { border-color: #C523C6; }
span { border-color: rgb(197,35,198); }
td.TdClassName
{
border-color: #C523C6;
}
.TagClassName
{
border-color: #C523C6;
}
</style>