Shades of Deep Magenta #C526CD
Tints of Deep Magenta #C526CD
RGB
CMYK
RGB Variations
Color information
#C526CD (or 0xC526CD) is known color: Deep Magenta. HEX triplet: C5, 26 and CD. RGB value is (197,38,205). Sum of RGB (Red+Green+Blue) = 197+38+205=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #C526CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526CD is #3AD932. Grayscale: #686868. Windows color (decimal): -3856691 or 13444805. OLE color: 13444805.
HSL color Cylindrical-coordinate representation of color #C526CD: hue angle of 297.13º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C526CD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 38 | 205 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.20 |
| HSL | 297.13º | 0.69% | 0.48% | - |
| HSV(B) | 297.13º | 0.81% | 0.8% | - |
| XYZ | 34.74 | 17.66 | 59.34 | - |
| YUV | 104.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 205 | 0.04 | 0.81 | 0 | 0.20 | 297.13 | 0.69 | 0.48 |
| Hex | C5 | 26 | CD | 4 | 51 | 0 | 14 | 129 | 45 | 30 |
| Octal | 305 | 46 | 315 | 4 | 121 | 0 | 24 | 451 | 105 | 60 |
| Binary | 11000101 | 100110 | 11001101 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000101 | 110000 |
Color Harmonies of #C526CD
Complementary color
Monochromatic Colors of #C526CD
Black with #C526CD
Text Example
Text Example
White with #C526CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526CD; }
p { color: rgb(197,38,205); }
H1.HeaderClassName
{
color: #C526CD;
}
.AnyTagClassName
{
color: #C526CD;
}
</style>
background-color css
<style>
a { background-color: #C526CD; }
a { background-color: rgb(197,38,205); }
div.DivClassName
{
background-color: #C526CD;
}
.BgClassName
{
background-color: #C526CD;
}
</style>
border-color css
<style>
span { border-color: #C526CD; }
span { border-color: rgb(197,38,205); }
td.TdClassName
{
border-color: #C526CD;
}
.TagClassName
{
border-color: #C526CD;
}
</style>