Shades of Deep Magenta #C705B2
Tints of Deep Magenta #C705B2
RGB
CMYK
RGB Variations
Color information
#C705B2 (or 0xC705B2) is known color: Deep Magenta. HEX triplet: C7, 05 and B2. RGB value is (199,5,178). Sum of RGB (Red+Green+Blue) = 199+5+178=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C705B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C705B2 is #38FA4D. Grayscale: #525252. Windows color (decimal): -3734094 or 11666887. OLE color: 11666887.
HSL color Cylindrical-coordinate representation of color #C705B2: hue angle of 306.49º 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 #C705B2 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 178 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.22 |
| HSL | 306.49º | 0.95% | 0.4% | - |
| HSV(B) | 306.49º | 0.97% | 0.78% | - |
| XYZ | 31.64 | 15.47 | 43.44 | - |
| YUV | 82.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 178 | 0 | 0.97 | 0.11 | 0.22 | 306.49 | 0.95 | 0.4 |
| Hex | C7 | 5 | B2 | 0 | 61 | B | 16 | 132 | 5F | 28 |
| Octal | 307 | 5 | 262 | 0 | 141 | 13 | 26 | 462 | 137 | 50 |
| Binary | 11000111 | 101 | 10110010 | 0 | 1100001 | 1011 | 10110 | 100110010 | 1011111 | 101000 |
Color Harmonies of #C705B2
Complementary color
Monochromatic Colors of #C705B2
Black with #C705B2
Text Example
Text Example
White with #C705B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705B2; }
p { color: rgb(199,5,178); }
H1.HeaderClassName
{
color: #C705B2;
}
.AnyTagClassName
{
color: #C705B2;
}
</style>
background-color css
<style>
a { background-color: #C705B2; }
a { background-color: rgb(199,5,178); }
div.DivClassName
{
background-color: #C705B2;
}
.BgClassName
{
background-color: #C705B2;
}
</style>
border-color css
<style>
span { border-color: #C705B2; }
span { border-color: rgb(199,5,178); }
td.TdClassName
{
border-color: #C705B2;
}
.TagClassName
{
border-color: #C705B2;
}
</style>