Shades of Deep Magenta #C528CE
Tints of Deep Magenta #C528CE
RGB
CMYK
RGB Variations
Color information
#C528CE (or 0xC528CE) is known color: Deep Magenta. HEX triplet: C5, 28 and CE. RGB value is (197,40,206). Sum of RGB (Red+Green+Blue) = 197+40+206=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C528CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528CE is #3AD731. Grayscale: #696969. Windows color (decimal): -3856178 or 13510853. OLE color: 13510853.
HSL color Cylindrical-coordinate representation of color #C528CE: hue angle of 296.75º degrees, saturation: 0.67, 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 #C528CE is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 40 | 206 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.19 |
| HSL | 296.75º | 0.67% | 0.48% | - |
| HSV(B) | 296.75º | 0.81% | 0.81% | - |
| XYZ | 34.93 | 17.84 | 60 | - |
| YUV | 105.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 206 | 0.04 | 0.81 | 0 | 0.19 | 296.75 | 0.67 | 0.48 |
| Hex | C5 | 28 | CE | 4 | 51 | 0 | 13 | 129 | 43 | 30 |
| Octal | 305 | 50 | 316 | 4 | 121 | 0 | 23 | 451 | 103 | 60 |
| Binary | 11000101 | 101000 | 11001110 | 100 | 1010001 | 0 | 10011 | 100101001 | 1000011 | 110000 |
Color Harmonies of #C528CE
Complementary color
Monochromatic Colors of #C528CE
Black with #C528CE
Text Example
Text Example
White with #C528CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528CE; }
p { color: rgb(197,40,206); }
H1.HeaderClassName
{
color: #C528CE;
}
.AnyTagClassName
{
color: #C528CE;
}
</style>
background-color css
<style>
a { background-color: #C528CE; }
a { background-color: rgb(197,40,206); }
div.DivClassName
{
background-color: #C528CE;
}
.BgClassName
{
background-color: #C528CE;
}
</style>
border-color css
<style>
span { border-color: #C528CE; }
span { border-color: rgb(197,40,206); }
td.TdClassName
{
border-color: #C528CE;
}
.TagClassName
{
border-color: #C528CE;
}
</style>