Shades of Deep Magenta #C723BA
Tints of Deep Magenta #C723BA
RGB
CMYK
RGB Variations
Color information
#C723BA (or 0xC723BA) is known color: Deep Magenta. HEX triplet: C7, 23 and BA. RGB value is (199,35,186). Sum of RGB (Red+Green+Blue) = 199+35+186=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C723BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C723BA is #38DC45. Grayscale: #646464. Windows color (decimal): -3726406 or 12198855. OLE color: 12198855.
HSL color Cylindrical-coordinate representation of color #C723BA: hue angle of 304.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C723BA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 186 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.22 |
| HSL | 304.76º | 0.7% | 0.46% | - |
| HSV(B) | 304.76º | 0.82% | 0.78% | - |
| XYZ | 33.02 | 16.89 | 47.97 | - |
| YUV | 101.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 186 | 0 | 0.82 | 0.07 | 0.22 | 304.76 | 0.7 | 0.46 |
| Hex | C7 | 23 | BA | 0 | 52 | 7 | 16 | 131 | 46 | 2E |
| Octal | 307 | 43 | 272 | 0 | 122 | 7 | 26 | 461 | 106 | 56 |
| Binary | 11000111 | 100011 | 10111010 | 0 | 1010010 | 111 | 10110 | 100110001 | 1000110 | 101110 |
Color Harmonies of #C723BA
Complementary color
Monochromatic Colors of #C723BA
Black with #C723BA
Text Example
Text Example
White with #C723BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C723BA; }
p { color: rgb(199,35,186); }
H1.HeaderClassName
{
color: #C723BA;
}
.AnyTagClassName
{
color: #C723BA;
}
</style>
background-color css
<style>
a { background-color: #C723BA; }
a { background-color: rgb(199,35,186); }
div.DivClassName
{
background-color: #C723BA;
}
.BgClassName
{
background-color: #C723BA;
}
</style>
border-color css
<style>
span { border-color: #C723BA; }
span { border-color: rgb(199,35,186); }
td.TdClassName
{
border-color: #C723BA;
}
.TagClassName
{
border-color: #C723BA;
}
</style>