Shades of Deep Magenta #C525DF
Tints of Deep Magenta #C525DF
RGB
CMYK
RGB Variations
Color information
#C525DF (or 0xC525DF) is known color: Deep Magenta. HEX triplet: C5, 25 and DF. RGB value is (197,37,223). Sum of RGB (Red+Green+Blue) = 197+37+223=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C525DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525DF is #3ADA20. Grayscale: #696969. Windows color (decimal): -3856929 or 14624197. OLE color: 14624197.
HSL color Cylindrical-coordinate representation of color #C525DF: hue angle of 291.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C525DF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 37 | 223 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.13 |
| HSL | 291.61º | 0.74% | 0.51% | - |
| HSV(B) | 291.61º | 0.83% | 0.87% | - |
| XYZ | 37.01 | 18.52 | 71.44 | - |
| YUV | 106.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 223 | 0.12 | 0.83 | 0 | 0.13 | 291.61 | 0.74 | 0.51 |
| Hex | C5 | 25 | DF | C | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 305 | 45 | 337 | 14 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000101 | 100101 | 11011111 | 1100 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C525DF
Complementary color
Monochromatic Colors of #C525DF
Black with #C525DF
Text Example
Text Example
White with #C525DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525DF; }
p { color: rgb(197,37,223); }
H1.HeaderClassName
{
color: #C525DF;
}
.AnyTagClassName
{
color: #C525DF;
}
</style>
background-color css
<style>
a { background-color: #C525DF; }
a { background-color: rgb(197,37,223); }
div.DivClassName
{
background-color: #C525DF;
}
.BgClassName
{
background-color: #C525DF;
}
</style>
border-color css
<style>
span { border-color: #C525DF; }
span { border-color: rgb(197,37,223); }
td.TdClassName
{
border-color: #C525DF;
}
.TagClassName
{
border-color: #C525DF;
}
</style>