Shades of Deep Magenta #C725DA
Tints of Deep Magenta #C725DA
RGB
CMYK
RGB Variations
Color information
#C725DA (or 0xC725DA) is known color: Deep Magenta. HEX triplet: C7, 25 and DA. RGB value is (199,37,218). Sum of RGB (Red+Green+Blue) = 199+37+218=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C725DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725DA is #38DA25. Grayscale: #696969. Windows color (decimal): -3725862 or 14296519. OLE color: 14296519.
HSL color Cylindrical-coordinate representation of color #C725DA: hue angle of 293.7º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C725DA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 37 | 218 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.7º | 0.71% | 0.5% | - |
| HSV(B) | 293.7º | 0.83% | 0.85% | - |
| XYZ | 36.87 | 18.53 | 67.96 | - |
| YUV | 106.07 | 191.17 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 218 | 0.09 | 0.83 | 0 | 0.15 | 293.7 | 0.71 | 0.5 |
| Hex | C7 | 25 | DA | 9 | 53 | 0 | F | 126 | 47 | 32 |
| Octal | 307 | 45 | 332 | 11 | 123 | 0 | 17 | 446 | 107 | 62 |
| Binary | 11000111 | 100101 | 11011010 | 1001 | 1010011 | 0 | 1111 | 100100110 | 1000111 | 110010 |
Color Harmonies of #C725DA
Complementary color
Monochromatic Colors of #C725DA
Black with #C725DA
Text Example
Text Example
White with #C725DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725DA; }
p { color: rgb(199,37,218); }
H1.HeaderClassName
{
color: #C725DA;
}
.AnyTagClassName
{
color: #C725DA;
}
</style>
background-color css
<style>
a { background-color: #C725DA; }
a { background-color: rgb(199,37,218); }
div.DivClassName
{
background-color: #C725DA;
}
.BgClassName
{
background-color: #C725DA;
}
</style>
border-color css
<style>
span { border-color: #C725DA; }
span { border-color: rgb(199,37,218); }
td.TdClassName
{
border-color: #C725DA;
}
.TagClassName
{
border-color: #C725DA;
}
</style>