Shades of Deep Magenta #C725BE
Tints of Deep Magenta #C725BE
RGB
CMYK
RGB Variations
Color information
#C725BE (or 0xC725BE) is known color: Deep Magenta. HEX triplet: C7, 25 and BE. RGB value is (199,37,190). Sum of RGB (Red+Green+Blue) = 199+37+190=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C725BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725BE is #38DA41. Grayscale: #666666. Windows color (decimal): -3725890 or 12461511. OLE color: 12461511.
HSL color Cylindrical-coordinate representation of color #C725BE: hue angle of 303.33º 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 #C725BE is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 190 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.22 |
| HSL | 303.33º | 0.69% | 0.46% | - |
| HSV(B) | 303.33º | 0.81% | 0.78% | - |
| XYZ | 33.51 | 17.18 | 50.27 | - |
| YUV | 102.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 190 | 0 | 0.81 | 0.05 | 0.22 | 303.33 | 0.69 | 0.46 |
| Hex | C7 | 25 | BE | 0 | 51 | 5 | 16 | 12F | 45 | 2E |
| Octal | 307 | 45 | 276 | 0 | 121 | 5 | 26 | 457 | 105 | 56 |
| Binary | 11000111 | 100101 | 10111110 | 0 | 1010001 | 101 | 10110 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C725BE
Complementary color
Monochromatic Colors of #C725BE
Black with #C725BE
Text Example
Text Example
White with #C725BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725BE; }
p { color: rgb(199,37,190); }
H1.HeaderClassName
{
color: #C725BE;
}
.AnyTagClassName
{
color: #C725BE;
}
</style>
background-color css
<style>
a { background-color: #C725BE; }
a { background-color: rgb(199,37,190); }
div.DivClassName
{
background-color: #C725BE;
}
.BgClassName
{
background-color: #C725BE;
}
</style>
border-color css
<style>
span { border-color: #C725BE; }
span { border-color: rgb(199,37,190); }
td.TdClassName
{
border-color: #C725BE;
}
.TagClassName
{
border-color: #C725BE;
}
</style>