Shades of Deep Magenta #C705C8
Tints of Deep Magenta #C705C8
RGB
CMYK
RGB Variations
Color information
#C705C8 (or 0xC705C8) is known color: Deep Magenta. HEX triplet: C7, 05 and C8. RGB value is (199,5,200). Sum of RGB (Red+Green+Blue) = 199+5+200=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #C705C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705C8 is #38FA37. Grayscale: #545454. Windows color (decimal): -3734072 or 13108679. OLE color: 13108679.
HSL color Cylindrical-coordinate representation of color #C705C8: hue angle of 299.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705C8 is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 200 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.22 |
| HSL | 299.69º | 0.95% | 0.4% | - |
| HSV(B) | 299.69º | 0.98% | 0.78% | - |
| XYZ | 34.03 | 16.42 | 56.02 | - |
| YUV | 85.24 | 192.77 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 200 | 0.00 | 0.98 | 0 | 0.22 | 299.69 | 0.95 | 0.4 |
| Hex | C7 | 5 | C8 | 0 | 62 | 0 | 16 | 12C | 5F | 28 |
| Octal | 307 | 5 | 310 | 0 | 142 | 0 | 26 | 454 | 137 | 50 |
| Binary | 11000111 | 101 | 11001000 | 0 | 1100010 | 0 | 10110 | 100101100 | 1011111 | 101000 |
Color Harmonies of #C705C8
Complementary color
Monochromatic Colors of #C705C8
Black with #C705C8
Text Example
Text Example
White with #C705C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705C8; }
p { color: rgb(199,5,200); }
H1.HeaderClassName
{
color: #C705C8;
}
.AnyTagClassName
{
color: #C705C8;
}
</style>
background-color css
<style>
a { background-color: #C705C8; }
a { background-color: rgb(199,5,200); }
div.DivClassName
{
background-color: #C705C8;
}
.BgClassName
{
background-color: #C705C8;
}
</style>
border-color css
<style>
span { border-color: #C705C8; }
span { border-color: rgb(199,5,200); }
td.TdClassName
{
border-color: #C705C8;
}
.TagClassName
{
border-color: #C705C8;
}
</style>