Shades of Deep Magenta #C528BD
Tints of Deep Magenta #C528BD
RGB
CMYK
RGB Variations
Color information
#C528BD (or 0xC528BD) is known color: Deep Magenta. HEX triplet: C5, 28 and BD. RGB value is (197,40,189). Sum of RGB (Red+Green+Blue) = 197+40+189=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C528BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528BD is #3AD742. Grayscale: #676767. Windows color (decimal): -3856195 or 12396741. OLE color: 12396741.
HSL color Cylindrical-coordinate representation of color #C528BD: hue angle of 303.06º degrees, saturation: 0.66, 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 #C528BD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 189 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.23 |
| HSL | 303.06º | 0.66% | 0.46% | - |
| HSV(B) | 303.06º | 0.8% | 0.77% | - |
| XYZ | 32.97 | 17.06 | 49.7 | - |
| YUV | 103.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 189 | 0 | 0.80 | 0.04 | 0.23 | 303.06 | 0.66 | 0.46 |
| Hex | C5 | 28 | BD | 0 | 50 | 4 | 17 | 12F | 42 | 2E |
| Octal | 305 | 50 | 275 | 0 | 120 | 4 | 27 | 457 | 102 | 56 |
| Binary | 11000101 | 101000 | 10111101 | 0 | 1010000 | 100 | 10111 | 100101111 | 1000010 | 101110 |
Color Harmonies of #C528BD
Complementary color
Monochromatic Colors of #C528BD
Black with #C528BD
Text Example
Text Example
White with #C528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528BD; }
p { color: rgb(197,40,189); }
H1.HeaderClassName
{
color: #C528BD;
}
.AnyTagClassName
{
color: #C528BD;
}
</style>
background-color css
<style>
a { background-color: #C528BD; }
a { background-color: rgb(197,40,189); }
div.DivClassName
{
background-color: #C528BD;
}
.BgClassName
{
background-color: #C528BD;
}
</style>
border-color css
<style>
span { border-color: #C528BD; }
span { border-color: rgb(197,40,189); }
td.TdClassName
{
border-color: #C528BD;
}
.TagClassName
{
border-color: #C528BD;
}
</style>