Shades of Deep Magenta #C705BC
Tints of Deep Magenta #C705BC
RGB
CMYK
RGB Variations
Color information
#C705BC (or 0xC705BC) is known color: Deep Magenta. HEX triplet: C7, 05 and BC. RGB value is (199,5,188). Sum of RGB (Red+Green+Blue) = 199+5+188=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C705BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705BC is #38FA43. Grayscale: #535353. Windows color (decimal): -3734084 or 12322247. OLE color: 12322247.
HSL color Cylindrical-coordinate representation of color #C705BC: hue angle of 303.4º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C705BC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 188 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.22 |
| HSL | 303.4º | 0.95% | 0.4% | - |
| HSV(B) | 303.4º | 0.97% | 0.78% | - |
| XYZ | 32.68 | 15.88 | 48.92 | - |
| YUV | 83.87 | 186.77 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 188 | 0 | 0.97 | 0.06 | 0.22 | 303.4 | 0.95 | 0.4 |
| Hex | C7 | 5 | BC | 0 | 61 | 6 | 16 | 12F | 5F | 28 |
| Octal | 307 | 5 | 274 | 0 | 141 | 6 | 26 | 457 | 137 | 50 |
| Binary | 11000111 | 101 | 10111100 | 0 | 1100001 | 110 | 10110 | 100101111 | 1011111 | 101000 |
Color Harmonies of #C705BC
Complementary color
Monochromatic Colors of #C705BC
Black with #C705BC
Text Example
Text Example
White with #C705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705BC; }
p { color: rgb(199,5,188); }
H1.HeaderClassName
{
color: #C705BC;
}
.AnyTagClassName
{
color: #C705BC;
}
</style>
background-color css
<style>
a { background-color: #C705BC; }
a { background-color: rgb(199,5,188); }
div.DivClassName
{
background-color: #C705BC;
}
.BgClassName
{
background-color: #C705BC;
}
</style>
border-color css
<style>
span { border-color: #C705BC; }
span { border-color: rgb(199,5,188); }
td.TdClassName
{
border-color: #C705BC;
}
.TagClassName
{
border-color: #C705BC;
}
</style>