Shades of Deep Magenta #C526B1
Tints of Deep Magenta #C526B1
RGB
CMYK
RGB Variations
Color information
#C526B1 (or 0xC526B1) is known color: Deep Magenta. HEX triplet: C5, 26 and B1. RGB value is (197,38,177). Sum of RGB (Red+Green+Blue) = 197+38+177=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C526B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526B1 is #3AD94E. Grayscale: #646464. Windows color (decimal): -3856719 or 11609797. OLE color: 11609797.
HSL color Cylindrical-coordinate representation of color #C526B1: hue angle of 307.55º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C526B1 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 177 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.23 |
| HSL | 307.55º | 0.68% | 0.46% | - |
| HSV(B) | 307.55º | 0.81% | 0.77% | - |
| XYZ | 31.65 | 16.43 | 43.1 | - |
| YUV | 101.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 177 | 0 | 0.81 | 0.10 | 0.23 | 307.55 | 0.68 | 0.46 |
| Hex | C5 | 26 | B1 | 0 | 51 | A | 17 | 134 | 44 | 2E |
| Octal | 305 | 46 | 261 | 0 | 121 | 12 | 27 | 464 | 104 | 56 |
| Binary | 11000101 | 100110 | 10110001 | 0 | 1010001 | 1010 | 10111 | 100110100 | 1000100 | 101110 |
Color Harmonies of #C526B1
Complementary color
Monochromatic Colors of #C526B1
Black with #C526B1
Text Example
Text Example
White with #C526B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526B1; }
p { color: rgb(197,38,177); }
H1.HeaderClassName
{
color: #C526B1;
}
.AnyTagClassName
{
color: #C526B1;
}
</style>
background-color css
<style>
a { background-color: #C526B1; }
a { background-color: rgb(197,38,177); }
div.DivClassName
{
background-color: #C526B1;
}
.BgClassName
{
background-color: #C526B1;
}
</style>
border-color css
<style>
span { border-color: #C526B1; }
span { border-color: rgb(197,38,177); }
td.TdClassName
{
border-color: #C526B1;
}
.TagClassName
{
border-color: #C526B1;
}
</style>