Shades of Deep Magenta #C712BC
Tints of Deep Magenta #C712BC
RGB
CMYK
RGB Variations
Color information
#C712BC (or 0xC712BC) is known color: Deep Magenta. HEX triplet: C7, 12 and BC. RGB value is (199,18,188). Sum of RGB (Red+Green+Blue) = 199+18+188=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C712BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712BC is #38ED43. Grayscale: #5B5B5B. Windows color (decimal): -3730756 or 12325575. OLE color: 12325575.
HSL color Cylindrical-coordinate representation of color #C712BC: hue angle of 303.65º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712BC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 188 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.22 |
| HSL | 303.65º | 0.83% | 0.43% | - |
| HSV(B) | 303.65º | 0.91% | 0.78% | - |
| XYZ | 32.85 | 16.21 | 48.97 | - |
| YUV | 91.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 188 | 0 | 0.91 | 0.06 | 0.22 | 303.65 | 0.83 | 0.43 |
| Hex | C7 | 12 | BC | 0 | 5B | 6 | 16 | 130 | 53 | 2B |
| Octal | 307 | 22 | 274 | 0 | 133 | 6 | 26 | 460 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111100 | 0 | 1011011 | 110 | 10110 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C712BC
Complementary color
Monochromatic Colors of #C712BC
Black with #C712BC
Text Example
Text Example
White with #C712BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712BC; }
p { color: rgb(199,18,188); }
H1.HeaderClassName
{
color: #C712BC;
}
.AnyTagClassName
{
color: #C712BC;
}
</style>
background-color css
<style>
a { background-color: #C712BC; }
a { background-color: rgb(199,18,188); }
div.DivClassName
{
background-color: #C712BC;
}
.BgClassName
{
background-color: #C712BC;
}
</style>
border-color css
<style>
span { border-color: #C712BC; }
span { border-color: rgb(199,18,188); }
td.TdClassName
{
border-color: #C712BC;
}
.TagClassName
{
border-color: #C712BC;
}
</style>