Shades of Deep Magenta #C526BB
Tints of Deep Magenta #C526BB
RGB
CMYK
RGB Variations
Color information
#C526BB (or 0xC526BB) is known color: Deep Magenta. HEX triplet: C5, 26 and BB. RGB value is (197,38,187). Sum of RGB (Red+Green+Blue) = 197+38+187=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C526BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526BB is #3AD944. Grayscale: #666666. Windows color (decimal): -3856709 or 12265157. OLE color: 12265157.
HSL color Cylindrical-coordinate representation of color #C526BB: hue angle of 303.77º 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 #C526BB is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 187 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.23 |
| HSL | 303.77º | 0.68% | 0.46% | - |
| HSV(B) | 303.77º | 0.81% | 0.77% | - |
| XYZ | 32.69 | 16.84 | 48.54 | - |
| YUV | 102.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 187 | 0 | 0.81 | 0.05 | 0.23 | 303.77 | 0.68 | 0.46 |
| Hex | C5 | 26 | BB | 0 | 51 | 5 | 17 | 130 | 44 | 2E |
| Octal | 305 | 46 | 273 | 0 | 121 | 5 | 27 | 460 | 104 | 56 |
| Binary | 11000101 | 100110 | 10111011 | 0 | 1010001 | 101 | 10111 | 100110000 | 1000100 | 101110 |
Color Harmonies of #C526BB
Complementary color
Monochromatic Colors of #C526BB
Black with #C526BB
Text Example
Text Example
White with #C526BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526BB; }
p { color: rgb(197,38,187); }
H1.HeaderClassName
{
color: #C526BB;
}
.AnyTagClassName
{
color: #C526BB;
}
</style>
background-color css
<style>
a { background-color: #C526BB; }
a { background-color: rgb(197,38,187); }
div.DivClassName
{
background-color: #C526BB;
}
.BgClassName
{
background-color: #C526BB;
}
</style>
border-color css
<style>
span { border-color: #C526BB; }
span { border-color: rgb(197,38,187); }
td.TdClassName
{
border-color: #C526BB;
}
.TagClassName
{
border-color: #C526BB;
}
</style>