Shades of Deep Magenta #C725B5
Tints of Deep Magenta #C725B5
RGB
CMYK
RGB Variations
Color information
#C725B5 (or 0xC725B5) is known color: Deep Magenta. HEX triplet: C7, 25 and B5. RGB value is (199,37,181). Sum of RGB (Red+Green+Blue) = 199+37+181=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C725B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725B5 is #38DA4A. Grayscale: #656565. Windows color (decimal): -3725899 or 11871687. OLE color: 11871687.
HSL color Cylindrical-coordinate representation of color #C725B5: hue angle of 306.67º 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 #C725B5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 181 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.22 |
| HSL | 306.67º | 0.69% | 0.46% | - |
| HSV(B) | 306.67º | 0.81% | 0.78% | - |
| XYZ | 32.56 | 16.8 | 45.24 | - |
| YUV | 101.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 181 | 0 | 0.81 | 0.09 | 0.22 | 306.67 | 0.69 | 0.46 |
| Hex | C7 | 25 | B5 | 0 | 51 | 9 | 16 | 133 | 45 | 2E |
| Octal | 307 | 45 | 265 | 0 | 121 | 11 | 26 | 463 | 105 | 56 |
| Binary | 11000111 | 100101 | 10110101 | 0 | 1010001 | 1001 | 10110 | 100110011 | 1000101 | 101110 |
Color Harmonies of #C725B5
Complementary color
Monochromatic Colors of #C725B5
Black with #C725B5
Text Example
Text Example
White with #C725B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725B5; }
p { color: rgb(199,37,181); }
H1.HeaderClassName
{
color: #C725B5;
}
.AnyTagClassName
{
color: #C725B5;
}
</style>
background-color css
<style>
a { background-color: #C725B5; }
a { background-color: rgb(199,37,181); }
div.DivClassName
{
background-color: #C725B5;
}
.BgClassName
{
background-color: #C725B5;
}
</style>
border-color css
<style>
span { border-color: #C725B5; }
span { border-color: rgb(199,37,181); }
td.TdClassName
{
border-color: #C725B5;
}
.TagClassName
{
border-color: #C725B5;
}
</style>