Shades of Deep Magenta #C725DF
Tints of Deep Magenta #C725DF
RGB
CMYK
RGB Variations
Color information
#C725DF (or 0xC725DF) is known color: Deep Magenta. HEX triplet: C7, 25 and DF. RGB value is (199,37,223). Sum of RGB (Red+Green+Blue) = 199+37+223=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C725DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725DF is #38DA20. Grayscale: #6A6A6A. Windows color (decimal): -3725857 or 14624199. OLE color: 14624199.
HSL color Cylindrical-coordinate representation of color #C725DF: hue angle of 292.26º 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 #C725DF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 37 | 223 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.13 |
| HSL | 292.26º | 0.74% | 0.51% | - |
| HSV(B) | 292.26º | 0.83% | 0.87% | - |
| XYZ | 37.53 | 18.79 | 71.46 | - |
| YUV | 106.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 223 | 0.11 | 0.83 | 0 | 0.13 | 292.26 | 0.74 | 0.51 |
| Hex | C7 | 25 | DF | B | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 307 | 45 | 337 | 13 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000111 | 100101 | 11011111 | 1011 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C725DF
Complementary color
Monochromatic Colors of #C725DF
Black with #C725DF
Text Example
Text Example
White with #C725DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725DF; }
p { color: rgb(199,37,223); }
H1.HeaderClassName
{
color: #C725DF;
}
.AnyTagClassName
{
color: #C725DF;
}
</style>
background-color css
<style>
a { background-color: #C725DF; }
a { background-color: rgb(199,37,223); }
div.DivClassName
{
background-color: #C725DF;
}
.BgClassName
{
background-color: #C725DF;
}
</style>
border-color css
<style>
span { border-color: #C725DF; }
span { border-color: rgb(199,37,223); }
td.TdClassName
{
border-color: #C725DF;
}
.TagClassName
{
border-color: #C725DF;
}
</style>