Shades of Deep Magenta #C715BC
Tints of Deep Magenta #C715BC
RGB
CMYK
RGB Variations
Color information
#C715BC (or 0xC715BC) is known color: Deep Magenta. HEX triplet: C7, 15 and BC. RGB value is (199,21,188). Sum of RGB (Red+Green+Blue) = 199+21+188=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C715BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715BC is #38EA43. Grayscale: #5C5C5C. Windows color (decimal): -3729988 or 12326343. OLE color: 12326343.
HSL color Cylindrical-coordinate representation of color #C715BC: hue angle of 303.71º 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 #C715BC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 188 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.22 |
| HSL | 303.71º | 0.81% | 0.43% | - |
| HSV(B) | 303.71º | 0.89% | 0.78% | - |
| XYZ | 32.9 | 16.31 | 48.99 | - |
| YUV | 93.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 188 | 0 | 0.89 | 0.06 | 0.22 | 303.71 | 0.81 | 0.43 |
| Hex | C7 | 15 | BC | 0 | 59 | 6 | 16 | 130 | 51 | 2B |
| Octal | 307 | 25 | 274 | 0 | 131 | 6 | 26 | 460 | 121 | 53 |
| Binary | 11000111 | 10101 | 10111100 | 0 | 1011001 | 110 | 10110 | 100110000 | 1010001 | 101011 |
Color Harmonies of #C715BC
Complementary color
Monochromatic Colors of #C715BC
Black with #C715BC
Text Example
Text Example
White with #C715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715BC; }
p { color: rgb(199,21,188); }
H1.HeaderClassName
{
color: #C715BC;
}
.AnyTagClassName
{
color: #C715BC;
}
</style>
background-color css
<style>
a { background-color: #C715BC; }
a { background-color: rgb(199,21,188); }
div.DivClassName
{
background-color: #C715BC;
}
.BgClassName
{
background-color: #C715BC;
}
</style>
border-color css
<style>
span { border-color: #C715BC; }
span { border-color: rgb(199,21,188); }
td.TdClassName
{
border-color: #C715BC;
}
.TagClassName
{
border-color: #C715BC;
}
</style>