Shades of Deep Magenta #C713BC
Tints of Deep Magenta #C713BC
RGB
CMYK
RGB Variations
Color information
#C713BC (or 0xC713BC) is known color: Deep Magenta. HEX triplet: C7, 13 and BC. RGB value is (199,19,188). Sum of RGB (Red+Green+Blue) = 199+19+188=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C713BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713BC is #38EC43. Grayscale: #5B5B5B. Windows color (decimal): -3730500 or 12325831. OLE color: 12325831.
HSL color Cylindrical-coordinate representation of color #C713BC: hue angle of 303.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C713BC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.22 |
| HSL | 303.67º | 0.83% | 0.43% | - |
| HSV(B) | 303.67º | 0.9% | 0.78% | - |
| XYZ | 32.86 | 16.24 | 48.98 | - |
| YUV | 92.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 188 | 0 | 0.90 | 0.06 | 0.22 | 303.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | BC | 0 | 5A | 6 | 16 | 130 | 53 | 2B |
| Octal | 307 | 23 | 274 | 0 | 132 | 6 | 26 | 460 | 123 | 53 |
| Binary | 11000111 | 10011 | 10111100 | 0 | 1011010 | 110 | 10110 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C713BC
Complementary color
Monochromatic Colors of #C713BC
Black with #C713BC
Text Example
Text Example
White with #C713BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713BC; }
p { color: rgb(199,19,188); }
H1.HeaderClassName
{
color: #C713BC;
}
.AnyTagClassName
{
color: #C713BC;
}
</style>
background-color css
<style>
a { background-color: #C713BC; }
a { background-color: rgb(199,19,188); }
div.DivClassName
{
background-color: #C713BC;
}
.BgClassName
{
background-color: #C713BC;
}
</style>
border-color css
<style>
span { border-color: #C713BC; }
span { border-color: rgb(199,19,188); }
td.TdClassName
{
border-color: #C713BC;
}
.TagClassName
{
border-color: #C713BC;
}
</style>