Shades of Deep Magenta #C705E5
Tints of Deep Magenta #C705E5
RGB
CMYK
RGB Variations
Color information
#C705E5 (or 0xC705E5) is known color: Deep Magenta. HEX triplet: C7, 05 and E5. RGB value is (199,5,229). Sum of RGB (Red+Green+Blue) = 199+5+229=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #C705E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705E5 is #38FA1A. Grayscale: #575757. Windows color (decimal): -3734043 or 15009223. OLE color: 15009223.
HSL color Cylindrical-coordinate representation of color #C705E5: hue angle of 291.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705E5 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 5 | 229 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.10 |
| HSL | 291.96º | 0.96% | 0.46% | - |
| HSV(B) | 291.96º | 0.98% | 0.9% | - |
| XYZ | 37.75 | 17.91 | 75.6 | - |
| YUV | 88.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 229 | 0.13 | 0.98 | 0 | 0.10 | 291.96 | 0.96 | 0.46 |
| Hex | C7 | 5 | E5 | D | 62 | 0 | A | 124 | 60 | 2E |
| Octal | 307 | 5 | 345 | 15 | 142 | 0 | 12 | 444 | 140 | 56 |
| Binary | 11000111 | 101 | 11100101 | 1101 | 1100010 | 0 | 1010 | 100100100 | 1100000 | 101110 |
Color Harmonies of #C705E5
Complementary color
Monochromatic Colors of #C705E5
Black with #C705E5
Text Example
Text Example
White with #C705E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705E5; }
p { color: rgb(199,5,229); }
H1.HeaderClassName
{
color: #C705E5;
}
.AnyTagClassName
{
color: #C705E5;
}
</style>
background-color css
<style>
a { background-color: #C705E5; }
a { background-color: rgb(199,5,229); }
div.DivClassName
{
background-color: #C705E5;
}
.BgClassName
{
background-color: #C705E5;
}
</style>
border-color css
<style>
span { border-color: #C705E5; }
span { border-color: rgb(199,5,229); }
td.TdClassName
{
border-color: #C705E5;
}
.TagClassName
{
border-color: #C705E5;
}
</style>