Shades of Deep Magenta #C715BF
Tints of Deep Magenta #C715BF
RGB
CMYK
RGB Variations
Color information
#C715BF (or 0xC715BF) is known color: Deep Magenta. HEX triplet: C7, 15 and BF. RGB value is (199,21,191). Sum of RGB (Red+Green+Blue) = 199+21+191=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C715BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715BF is #38EA40. Grayscale: #5D5D5D. Windows color (decimal): -3729985 or 12522951. OLE color: 12522951.
HSL color Cylindrical-coordinate representation of color #C715BF: hue angle of 302.7º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C715BF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 191 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.22 |
| HSL | 302.7º | 0.81% | 0.43% | - |
| HSV(B) | 302.7º | 0.89% | 0.78% | - |
| XYZ | 33.23 | 16.44 | 50.71 | - |
| YUV | 93.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 191 | 0 | 0.89 | 0.04 | 0.22 | 302.7 | 0.81 | 0.43 |
| Hex | C7 | 15 | BF | 0 | 59 | 4 | 16 | 12F | 51 | 2B |
| Octal | 307 | 25 | 277 | 0 | 131 | 4 | 26 | 457 | 121 | 53 |
| Binary | 11000111 | 10101 | 10111111 | 0 | 1011001 | 100 | 10110 | 100101111 | 1010001 | 101011 |
Color Harmonies of #C715BF
Complementary color
Monochromatic Colors of #C715BF
Black with #C715BF
Text Example
Text Example
White with #C715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715BF; }
p { color: rgb(199,21,191); }
H1.HeaderClassName
{
color: #C715BF;
}
.AnyTagClassName
{
color: #C715BF;
}
</style>
background-color css
<style>
a { background-color: #C715BF; }
a { background-color: rgb(199,21,191); }
div.DivClassName
{
background-color: #C715BF;
}
.BgClassName
{
background-color: #C715BF;
}
</style>
border-color css
<style>
span { border-color: #C715BF; }
span { border-color: rgb(199,21,191); }
td.TdClassName
{
border-color: #C715BF;
}
.TagClassName
{
border-color: #C715BF;
}
</style>