Shades of Deep Magenta #C526DC
Tints of Deep Magenta #C526DC
RGB
CMYK
RGB Variations
Color information
#C526DC (or 0xC526DC) is known color: Deep Magenta. HEX triplet: C5, 26 and DC. RGB value is (197,38,220). Sum of RGB (Red+Green+Blue) = 197+38+220=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C526DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526DC is #3AD923. Grayscale: #696969. Windows color (decimal): -3856676 or 14427845. OLE color: 14427845.
HSL color Cylindrical-coordinate representation of color #C526DC: hue angle of 292.42º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C526DC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 38 | 220 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.14 |
| HSL | 292.42º | 0.72% | 0.51% | - |
| HSV(B) | 292.42º | 0.83% | 0.86% | - |
| XYZ | 36.64 | 18.42 | 69.34 | - |
| YUV | 106.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 220 | 0.10 | 0.83 | 0 | 0.14 | 292.42 | 0.72 | 0.51 |
| Hex | C5 | 26 | DC | A | 53 | 0 | E | 124 | 48 | 33 |
| Octal | 305 | 46 | 334 | 12 | 123 | 0 | 16 | 444 | 110 | 63 |
| Binary | 11000101 | 100110 | 11011100 | 1010 | 1010011 | 0 | 1110 | 100100100 | 1001000 | 110011 |
Color Harmonies of #C526DC
Complementary color
Monochromatic Colors of #C526DC
Black with #C526DC
Text Example
Text Example
White with #C526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526DC; }
p { color: rgb(197,38,220); }
H1.HeaderClassName
{
color: #C526DC;
}
.AnyTagClassName
{
color: #C526DC;
}
</style>
background-color css
<style>
a { background-color: #C526DC; }
a { background-color: rgb(197,38,220); }
div.DivClassName
{
background-color: #C526DC;
}
.BgClassName
{
background-color: #C526DC;
}
</style>
border-color css
<style>
span { border-color: #C526DC; }
span { border-color: rgb(197,38,220); }
td.TdClassName
{
border-color: #C526DC;
}
.TagClassName
{
border-color: #C526DC;
}
</style>