Shades of Deep Magenta #C725B0
Tints of Deep Magenta #C725B0
RGB
CMYK
RGB Variations
Color information
#C725B0 (or 0xC725B0) is known color: Deep Magenta. HEX triplet: C7, 25 and B0. RGB value is (199,37,176). Sum of RGB (Red+Green+Blue) = 199+37+176=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C725B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725B0 is #38DA4F. Grayscale: #646464. Windows color (decimal): -3725904 or 11544007. OLE color: 11544007.
HSL color Cylindrical-coordinate representation of color #C725B0: hue angle of 308.52º 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 #C725B0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 176 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.22 |
| HSL | 308.52º | 0.69% | 0.46% | - |
| HSV(B) | 308.52º | 0.81% | 0.78% | - |
| XYZ | 32.05 | 16.6 | 42.59 | - |
| YUV | 101.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 176 | 0 | 0.81 | 0.12 | 0.22 | 308.52 | 0.69 | 0.46 |
| Hex | C7 | 25 | B0 | 0 | 51 | C | 16 | 135 | 45 | 2E |
| Octal | 307 | 45 | 260 | 0 | 121 | 14 | 26 | 465 | 105 | 56 |
| Binary | 11000111 | 100101 | 10110000 | 0 | 1010001 | 1100 | 10110 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C725B0
Complementary color
Monochromatic Colors of #C725B0
Black with #C725B0
Text Example
Text Example
White with #C725B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725B0; }
p { color: rgb(199,37,176); }
H1.HeaderClassName
{
color: #C725B0;
}
.AnyTagClassName
{
color: #C725B0;
}
</style>
background-color css
<style>
a { background-color: #C725B0; }
a { background-color: rgb(199,37,176); }
div.DivClassName
{
background-color: #C725B0;
}
.BgClassName
{
background-color: #C725B0;
}
</style>
border-color css
<style>
span { border-color: #C725B0; }
span { border-color: rgb(199,37,176); }
td.TdClassName
{
border-color: #C725B0;
}
.TagClassName
{
border-color: #C725B0;
}
</style>