Shades of Deep Magenta #C728BC
Tints of Deep Magenta #C728BC
RGB
CMYK
RGB Variations
Color information
#C728BC (or 0xC728BC) is known color: Deep Magenta. HEX triplet: C7, 28 and BC. RGB value is (199,40,188). Sum of RGB (Red+Green+Blue) = 199+40+188=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C728BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728BC is #38D743. Grayscale: #676767. Windows color (decimal): -3725124 or 12331207. OLE color: 12331207.
HSL color Cylindrical-coordinate representation of color #C728BC: hue angle of 304.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728BC is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 188 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.15º | 0.67% | 0.47% | - |
| HSV(B) | 304.15º | 0.8% | 0.78% | - |
| XYZ | 33.39 | 17.29 | 49.15 | - |
| YUV | 104.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 188 | 0 | 0.80 | 0.06 | 0.22 | 304.15 | 0.67 | 0.47 |
| Hex | C7 | 28 | BC | 0 | 50 | 6 | 16 | 130 | 43 | 2F |
| Octal | 307 | 50 | 274 | 0 | 120 | 6 | 26 | 460 | 103 | 57 |
| Binary | 11000111 | 101000 | 10111100 | 0 | 1010000 | 110 | 10110 | 100110000 | 1000011 | 101111 |
Color Harmonies of #C728BC
Complementary color
Monochromatic Colors of #C728BC
Black with #C728BC
Text Example
Text Example
White with #C728BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728BC; }
p { color: rgb(199,40,188); }
H1.HeaderClassName
{
color: #C728BC;
}
.AnyTagClassName
{
color: #C728BC;
}
</style>
background-color css
<style>
a { background-color: #C728BC; }
a { background-color: rgb(199,40,188); }
div.DivClassName
{
background-color: #C728BC;
}
.BgClassName
{
background-color: #C728BC;
}
</style>
border-color css
<style>
span { border-color: #C728BC; }
span { border-color: rgb(199,40,188); }
td.TdClassName
{
border-color: #C728BC;
}
.TagClassName
{
border-color: #C728BC;
}
</style>