Shades of Deep Magenta #C725BC
Tints of Deep Magenta #C725BC
RGB
CMYK
RGB Variations
Color information
#C725BC (or 0xC725BC) is known color: Deep Magenta. HEX triplet: C7, 25 and BC. RGB value is (199,37,188). Sum of RGB (Red+Green+Blue) = 199+37+188=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C725BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725BC is #38DA43. Grayscale: #666666. Windows color (decimal): -3725892 or 12330439. OLE color: 12330439.
HSL color Cylindrical-coordinate representation of color #C725BC: hue angle of 304.07º 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 #C725BC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 188 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.22 |
| HSL | 304.07º | 0.69% | 0.46% | - |
| HSV(B) | 304.07º | 0.81% | 0.78% | - |
| XYZ | 33.29 | 17.1 | 49.12 | - |
| YUV | 102.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 188 | 0 | 0.81 | 0.06 | 0.22 | 304.07 | 0.69 | 0.46 |
| Hex | C7 | 25 | BC | 0 | 51 | 6 | 16 | 130 | 45 | 2E |
| Octal | 307 | 45 | 274 | 0 | 121 | 6 | 26 | 460 | 105 | 56 |
| Binary | 11000111 | 100101 | 10111100 | 0 | 1010001 | 110 | 10110 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C725BC
Complementary color
Monochromatic Colors of #C725BC
Black with #C725BC
Text Example
Text Example
White with #C725BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725BC; }
p { color: rgb(199,37,188); }
H1.HeaderClassName
{
color: #C725BC;
}
.AnyTagClassName
{
color: #C725BC;
}
</style>
background-color css
<style>
a { background-color: #C725BC; }
a { background-color: rgb(199,37,188); }
div.DivClassName
{
background-color: #C725BC;
}
.BgClassName
{
background-color: #C725BC;
}
</style>
border-color css
<style>
span { border-color: #C725BC; }
span { border-color: rgb(199,37,188); }
td.TdClassName
{
border-color: #C725BC;
}
.TagClassName
{
border-color: #C725BC;
}
</style>