Shades of Deep Magenta #C728BE
Tints of Deep Magenta #C728BE
RGB
CMYK
RGB Variations
Color information
#C728BE (or 0xC728BE) is known color: Deep Magenta. HEX triplet: C7, 28 and BE. RGB value is (199,40,190). Sum of RGB (Red+Green+Blue) = 199+40+190=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C728BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728BE is #38D741. Grayscale: #686868. Windows color (decimal): -3725122 or 12462279. OLE color: 12462279.
HSL color Cylindrical-coordinate representation of color #C728BE: hue angle of 303.4º 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 #C728BE is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 190 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.22 |
| HSL | 303.4º | 0.67% | 0.47% | - |
| HSV(B) | 303.4º | 0.8% | 0.78% | - |
| XYZ | 33.61 | 17.38 | 50.3 | - |
| YUV | 104.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 190 | 0 | 0.80 | 0.05 | 0.22 | 303.4 | 0.67 | 0.47 |
| Hex | C7 | 28 | BE | 0 | 50 | 5 | 16 | 12F | 43 | 2F |
| Octal | 307 | 50 | 276 | 0 | 120 | 5 | 26 | 457 | 103 | 57 |
| Binary | 11000111 | 101000 | 10111110 | 0 | 1010000 | 101 | 10110 | 100101111 | 1000011 | 101111 |
Color Harmonies of #C728BE
Complementary color
Monochromatic Colors of #C728BE
Black with #C728BE
Text Example
Text Example
White with #C728BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728BE; }
p { color: rgb(199,40,190); }
H1.HeaderClassName
{
color: #C728BE;
}
.AnyTagClassName
{
color: #C728BE;
}
</style>
background-color css
<style>
a { background-color: #C728BE; }
a { background-color: rgb(199,40,190); }
div.DivClassName
{
background-color: #C728BE;
}
.BgClassName
{
background-color: #C728BE;
}
</style>
border-color css
<style>
span { border-color: #C728BE; }
span { border-color: rgb(199,40,190); }
td.TdClassName
{
border-color: #C728BE;
}
.TagClassName
{
border-color: #C728BE;
}
</style>