Shades of Deep Magenta #C725DD
Tints of Deep Magenta #C725DD
RGB
CMYK
RGB Variations
Color information
#C725DD (or 0xC725DD) is known color: Deep Magenta. HEX triplet: C7, 25 and DD. RGB value is (199,37,221). Sum of RGB (Red+Green+Blue) = 199+37+221=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C725DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725DD is #38DA22. Grayscale: #696969. Windows color (decimal): -3725859 or 14493127. OLE color: 14493127.
HSL color Cylindrical-coordinate representation of color #C725DD: hue angle of 292.83º degrees, saturation: 0.73, 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 #C725DD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 37 | 221 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.13 |
| HSL | 292.83º | 0.73% | 0.51% | - |
| HSV(B) | 292.83º | 0.83% | 0.87% | - |
| XYZ | 37.27 | 18.69 | 70.05 | - |
| YUV | 106.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 221 | 0.10 | 0.83 | 0 | 0.13 | 292.83 | 0.73 | 0.51 |
| Hex | C7 | 25 | DD | A | 53 | 0 | D | 125 | 49 | 33 |
| Octal | 307 | 45 | 335 | 12 | 123 | 0 | 15 | 445 | 111 | 63 |
| Binary | 11000111 | 100101 | 11011101 | 1010 | 1010011 | 0 | 1101 | 100100101 | 1001001 | 110011 |
Color Harmonies of #C725DD
Complementary color
Monochromatic Colors of #C725DD
Black with #C725DD
Text Example
Text Example
White with #C725DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725DD; }
p { color: rgb(199,37,221); }
H1.HeaderClassName
{
color: #C725DD;
}
.AnyTagClassName
{
color: #C725DD;
}
</style>
background-color css
<style>
a { background-color: #C725DD; }
a { background-color: rgb(199,37,221); }
div.DivClassName
{
background-color: #C725DD;
}
.BgClassName
{
background-color: #C725DD;
}
</style>
border-color css
<style>
span { border-color: #C725DD; }
span { border-color: rgb(199,37,221); }
td.TdClassName
{
border-color: #C725DD;
}
.TagClassName
{
border-color: #C725DD;
}
</style>