Shades of Deep Magenta #C725C7
Tints of Deep Magenta #C725C7
RGB
CMYK
RGB Variations
Color information
#C725C7 (or 0xC725C7) is known color: Deep Magenta. HEX triplet: C7, 25 and C7. RGB value is (199,37,199). Sum of RGB (Red+Green+Blue) = 199+37+199=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C725C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725C7 is #38DA38. Grayscale: #676767. Windows color (decimal): -3725881 or 13051335. OLE color: 13051335.
HSL color Cylindrical-coordinate representation of color #C725C7: hue angle of 300º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C725C7 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 199 | - |
| CMYK | 0 | 0.81 | 0 | 0.22 |
| HSL | 300º | 0.69% | 0.46% | - |
| HSV(B) | 300º | 0.81% | 0.78% | - |
| XYZ | 34.52 | 17.59 | 55.61 | - |
| YUV | 103.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 199 | 0 | 0.81 | 0 | 0.22 | 300 | 0.69 | 0.46 |
| Hex | C7 | 25 | C7 | 0 | 51 | 0 | 16 | 12C | 45 | 2E |
| Octal | 307 | 45 | 307 | 0 | 121 | 0 | 26 | 454 | 105 | 56 |
| Binary | 11000111 | 100101 | 11000111 | 0 | 1010001 | 0 | 10110 | 100101100 | 1000101 | 101110 |
Color Harmonies of #C725C7
Complementary color
Monochromatic Colors of #C725C7
Black with #C725C7
Text Example
Text Example
White with #C725C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725C7; }
p { color: rgb(199,37,199); }
H1.HeaderClassName
{
color: #C725C7;
}
.AnyTagClassName
{
color: #C725C7;
}
</style>
background-color css
<style>
a { background-color: #C725C7; }
a { background-color: rgb(199,37,199); }
div.DivClassName
{
background-color: #C725C7;
}
.BgClassName
{
background-color: #C725C7;
}
</style>
border-color css
<style>
span { border-color: #C725C7; }
span { border-color: rgb(199,37,199); }
td.TdClassName
{
border-color: #C725C7;
}
.TagClassName
{
border-color: #C725C7;
}
</style>