Shades of Deep Magenta #C527B9
Tints of Deep Magenta #C527B9
RGB
CMYK
RGB Variations
Color information
#C527B9 (or 0xC527B9) is known color: Deep Magenta. HEX triplet: C5, 27 and B9. RGB value is (197,39,185). Sum of RGB (Red+Green+Blue) = 197+39+185=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C527B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527B9 is #3AD846. Grayscale: #666666. Windows color (decimal): -3856455 or 12134341. OLE color: 12134341.
HSL color Cylindrical-coordinate representation of color #C527B9: hue angle of 304.56º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C527B9 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 185 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.23 |
| HSL | 304.56º | 0.67% | 0.46% | - |
| HSV(B) | 304.56º | 0.8% | 0.77% | - |
| XYZ | 32.51 | 16.82 | 47.43 | - |
| YUV | 102.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 185 | 0 | 0.80 | 0.06 | 0.23 | 304.56 | 0.67 | 0.46 |
| Hex | C5 | 27 | B9 | 0 | 50 | 6 | 17 | 131 | 43 | 2E |
| Octal | 305 | 47 | 271 | 0 | 120 | 6 | 27 | 461 | 103 | 56 |
| Binary | 11000101 | 100111 | 10111001 | 0 | 1010000 | 110 | 10111 | 100110001 | 1000011 | 101110 |
Color Harmonies of #C527B9
Complementary color
Monochromatic Colors of #C527B9
Black with #C527B9
Text Example
Text Example
White with #C527B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527B9; }
p { color: rgb(197,39,185); }
H1.HeaderClassName
{
color: #C527B9;
}
.AnyTagClassName
{
color: #C527B9;
}
</style>
background-color css
<style>
a { background-color: #C527B9; }
a { background-color: rgb(197,39,185); }
div.DivClassName
{
background-color: #C527B9;
}
.BgClassName
{
background-color: #C527B9;
}
</style>
border-color css
<style>
span { border-color: #C527B9; }
span { border-color: rgb(197,39,185); }
td.TdClassName
{
border-color: #C527B9;
}
.TagClassName
{
border-color: #C527B9;
}
</style>