Shades of Deep Magenta #C526D4
Tints of Deep Magenta #C526D4
RGB
CMYK
RGB Variations
Color information
#C526D4 (or 0xC526D4) is known color: Deep Magenta. HEX triplet: C5, 26 and D4. RGB value is (197,38,212). Sum of RGB (Red+Green+Blue) = 197+38+212=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #C526D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526D4 is #3AD92B. Grayscale: #686868. Windows color (decimal): -3856684 or 13903557. OLE color: 13903557.
HSL color Cylindrical-coordinate representation of color #C526D4: hue angle of 294.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C526D4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 38 | 212 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.17 |
| HSL | 294.83º | 0.7% | 0.49% | - |
| HSV(B) | 294.83º | 0.82% | 0.83% | - |
| XYZ | 35.6 | 18.01 | 63.89 | - |
| YUV | 105.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 212 | 0.07 | 0.82 | 0 | 0.17 | 294.83 | 0.7 | 0.49 |
| Hex | C5 | 26 | D4 | 7 | 52 | 0 | 11 | 127 | 46 | 31 |
| Octal | 305 | 46 | 324 | 7 | 122 | 0 | 21 | 447 | 106 | 61 |
| Binary | 11000101 | 100110 | 11010100 | 111 | 1010010 | 0 | 10001 | 100100111 | 1000110 | 110001 |
Color Harmonies of #C526D4
Complementary color
Monochromatic Colors of #C526D4
Black with #C526D4
Text Example
Text Example
White with #C526D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526D4; }
p { color: rgb(197,38,212); }
H1.HeaderClassName
{
color: #C526D4;
}
.AnyTagClassName
{
color: #C526D4;
}
</style>
background-color css
<style>
a { background-color: #C526D4; }
a { background-color: rgb(197,38,212); }
div.DivClassName
{
background-color: #C526D4;
}
.BgClassName
{
background-color: #C526D4;
}
</style>
border-color css
<style>
span { border-color: #C526D4; }
span { border-color: rgb(197,38,212); }
td.TdClassName
{
border-color: #C526D4;
}
.TagClassName
{
border-color: #C526D4;
}
</style>