Shades of Deep Magenta #C527BF
Tints of Deep Magenta #C527BF
RGB
CMYK
RGB Variations
Color information
#C527BF (or 0xC527BF) is known color: Deep Magenta. HEX triplet: C5, 27 and BF. RGB value is (197,39,191). Sum of RGB (Red+Green+Blue) = 197+39+191=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C527BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527BF is #3AD840. Grayscale: #676767. Windows color (decimal): -3856449 or 12527557. OLE color: 12527557.
HSL color Cylindrical-coordinate representation of color #C527BF: hue angle of 302.28º 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 #C527BF is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 191 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.23 |
| HSL | 302.28º | 0.67% | 0.46% | - |
| HSV(B) | 302.28º | 0.8% | 0.77% | - |
| XYZ | 33.16 | 17.08 | 50.84 | - |
| YUV | 103.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 191 | 0 | 0.80 | 0.03 | 0.23 | 302.28 | 0.67 | 0.46 |
| Hex | C5 | 27 | BF | 0 | 50 | 3 | 17 | 12E | 43 | 2E |
| Octal | 305 | 47 | 277 | 0 | 120 | 3 | 27 | 456 | 103 | 56 |
| Binary | 11000101 | 100111 | 10111111 | 0 | 1010000 | 11 | 10111 | 100101110 | 1000011 | 101110 |
Color Harmonies of #C527BF
Complementary color
Monochromatic Colors of #C527BF
Black with #C527BF
Text Example
Text Example
White with #C527BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527BF; }
p { color: rgb(197,39,191); }
H1.HeaderClassName
{
color: #C527BF;
}
.AnyTagClassName
{
color: #C527BF;
}
</style>
background-color css
<style>
a { background-color: #C527BF; }
a { background-color: rgb(197,39,191); }
div.DivClassName
{
background-color: #C527BF;
}
.BgClassName
{
background-color: #C527BF;
}
</style>
border-color css
<style>
span { border-color: #C527BF; }
span { border-color: rgb(197,39,191); }
td.TdClassName
{
border-color: #C527BF;
}
.TagClassName
{
border-color: #C527BF;
}
</style>