Shades of Deep Magenta #C528CF
Tints of Deep Magenta #C528CF
RGB
CMYK
RGB Variations
Color information
#C528CF (or 0xC528CF) is known color: Deep Magenta. HEX triplet: C5, 28 and CF. RGB value is (197,40,207). Sum of RGB (Red+Green+Blue) = 197+40+207=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C528CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528CF is #3AD730. Grayscale: #696969. Windows color (decimal): -3856177 or 13576389. OLE color: 13576389.
HSL color Cylindrical-coordinate representation of color #C528CF: hue angle of 296.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C528CF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 40 | 207 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.19 |
| HSL | 296.41º | 0.68% | 0.48% | - |
| HSV(B) | 296.41º | 0.81% | 0.81% | - |
| XYZ | 35.05 | 17.89 | 60.64 | - |
| YUV | 105.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 207 | 0.05 | 0.81 | 0 | 0.19 | 296.41 | 0.68 | 0.48 |
| Hex | C5 | 28 | CF | 5 | 51 | 0 | 13 | 128 | 44 | 30 |
| Octal | 305 | 50 | 317 | 5 | 121 | 0 | 23 | 450 | 104 | 60 |
| Binary | 11000101 | 101000 | 11001111 | 101 | 1010001 | 0 | 10011 | 100101000 | 1000100 | 110000 |
Color Harmonies of #C528CF
Complementary color
Monochromatic Colors of #C528CF
Black with #C528CF
Text Example
Text Example
White with #C528CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528CF; }
p { color: rgb(197,40,207); }
H1.HeaderClassName
{
color: #C528CF;
}
.AnyTagClassName
{
color: #C528CF;
}
</style>
background-color css
<style>
a { background-color: #C528CF; }
a { background-color: rgb(197,40,207); }
div.DivClassName
{
background-color: #C528CF;
}
.BgClassName
{
background-color: #C528CF;
}
</style>
border-color css
<style>
span { border-color: #C528CF; }
span { border-color: rgb(197,40,207); }
td.TdClassName
{
border-color: #C528CF;
}
.TagClassName
{
border-color: #C528CF;
}
</style>