Shades of Deep Magenta #C526BE
Tints of Deep Magenta #C526BE
RGB
CMYK
RGB Variations
Color information
#C526BE (or 0xC526BE) is known color: Deep Magenta. HEX triplet: C5, 26 and BE. RGB value is (197,38,190). Sum of RGB (Red+Green+Blue) = 197+38+190=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C526BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526BE is #3AD941. Grayscale: #666666. Windows color (decimal): -3856706 or 12461765. OLE color: 12461765.
HSL color Cylindrical-coordinate representation of color #C526BE: hue angle of 302.64º 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 #C526BE is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 190 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.23 |
| HSL | 302.64º | 0.68% | 0.46% | - |
| HSV(B) | 302.64º | 0.81% | 0.77% | - |
| XYZ | 33.01 | 16.97 | 50.25 | - |
| YUV | 102.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 190 | 0 | 0.81 | 0.04 | 0.23 | 302.64 | 0.68 | 0.46 |
| Hex | C5 | 26 | BE | 0 | 51 | 4 | 17 | 12F | 44 | 2E |
| Octal | 305 | 46 | 276 | 0 | 121 | 4 | 27 | 457 | 104 | 56 |
| Binary | 11000101 | 100110 | 10111110 | 0 | 1010001 | 100 | 10111 | 100101111 | 1000100 | 101110 |
Color Harmonies of #C526BE
Complementary color
Monochromatic Colors of #C526BE
Black with #C526BE
Text Example
Text Example
White with #C526BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526BE; }
p { color: rgb(197,38,190); }
H1.HeaderClassName
{
color: #C526BE;
}
.AnyTagClassName
{
color: #C526BE;
}
</style>
background-color css
<style>
a { background-color: #C526BE; }
a { background-color: rgb(197,38,190); }
div.DivClassName
{
background-color: #C526BE;
}
.BgClassName
{
background-color: #C526BE;
}
</style>
border-color css
<style>
span { border-color: #C526BE; }
span { border-color: rgb(197,38,190); }
td.TdClassName
{
border-color: #C526BE;
}
.TagClassName
{
border-color: #C526BE;
}
</style>