Shades of Deep Magenta #C728BB
Tints of Deep Magenta #C728BB
RGB
CMYK
RGB Variations
Color information
#C728BB (or 0xC728BB) is known color: Deep Magenta. HEX triplet: C7, 28 and BB. RGB value is (199,40,187). Sum of RGB (Red+Green+Blue) = 199+40+187=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C728BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728BB is #38D744. Grayscale: #676767. Windows color (decimal): -3725125 or 12265671. OLE color: 12265671.
HSL color Cylindrical-coordinate representation of color #C728BB: hue angle of 304.53º 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 #C728BB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 187 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.22 |
| HSL | 304.53º | 0.67% | 0.47% | - |
| HSV(B) | 304.53º | 0.8% | 0.78% | - |
| XYZ | 33.28 | 17.25 | 48.59 | - |
| YUV | 104.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 187 | 0 | 0.80 | 0.06 | 0.22 | 304.53 | 0.67 | 0.47 |
| Hex | C7 | 28 | BB | 0 | 50 | 6 | 16 | 131 | 43 | 2F |
| Octal | 307 | 50 | 273 | 0 | 120 | 6 | 26 | 461 | 103 | 57 |
| Binary | 11000111 | 101000 | 10111011 | 0 | 1010000 | 110 | 10110 | 100110001 | 1000011 | 101111 |
Color Harmonies of #C728BB
Complementary color
Monochromatic Colors of #C728BB
Black with #C728BB
Text Example
Text Example
White with #C728BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728BB; }
p { color: rgb(199,40,187); }
H1.HeaderClassName
{
color: #C728BB;
}
.AnyTagClassName
{
color: #C728BB;
}
</style>
background-color css
<style>
a { background-color: #C728BB; }
a { background-color: rgb(199,40,187); }
div.DivClassName
{
background-color: #C728BB;
}
.BgClassName
{
background-color: #C728BB;
}
</style>
border-color css
<style>
span { border-color: #C728BB; }
span { border-color: rgb(199,40,187); }
td.TdClassName
{
border-color: #C728BB;
}
.TagClassName
{
border-color: #C728BB;
}
</style>