Shades of Deep Magenta #C527BD
Tints of Deep Magenta #C527BD
RGB
CMYK
RGB Variations
Color information
#C527BD (or 0xC527BD) is known color: Deep Magenta. HEX triplet: C5, 27 and BD. RGB value is (197,39,189). Sum of RGB (Red+Green+Blue) = 197+39+189=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C527BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527BD is #3AD842. Grayscale: #666666. Windows color (decimal): -3856451 or 12396485. OLE color: 12396485.
HSL color Cylindrical-coordinate representation of color #C527BD: hue angle of 303.04º 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 #C527BD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 189 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.23 |
| HSL | 303.04º | 0.67% | 0.46% | - |
| HSV(B) | 303.04º | 0.8% | 0.77% | - |
| XYZ | 32.94 | 17 | 49.69 | - |
| YUV | 103.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 189 | 0 | 0.80 | 0.04 | 0.23 | 303.04 | 0.67 | 0.46 |
| Hex | C5 | 27 | BD | 0 | 50 | 4 | 17 | 12F | 43 | 2E |
| Octal | 305 | 47 | 275 | 0 | 120 | 4 | 27 | 457 | 103 | 56 |
| Binary | 11000101 | 100111 | 10111101 | 0 | 1010000 | 100 | 10111 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C527BD
Complementary color
Monochromatic Colors of #C527BD
Black with #C527BD
Text Example
Text Example
White with #C527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527BD; }
p { color: rgb(197,39,189); }
H1.HeaderClassName
{
color: #C527BD;
}
.AnyTagClassName
{
color: #C527BD;
}
</style>
background-color css
<style>
a { background-color: #C527BD; }
a { background-color: rgb(197,39,189); }
div.DivClassName
{
background-color: #C527BD;
}
.BgClassName
{
background-color: #C527BD;
}
</style>
border-color css
<style>
span { border-color: #C527BD; }
span { border-color: rgb(197,39,189); }
td.TdClassName
{
border-color: #C527BD;
}
.TagClassName
{
border-color: #C527BD;
}
</style>