Shades of Deep Magenta #C705B3
Tints of Deep Magenta #C705B3
RGB
CMYK
RGB Variations
Color information
#C705B3 (or 0xC705B3) is known color: Deep Magenta. HEX triplet: C7, 05 and B3. RGB value is (199,5,179). Sum of RGB (Red+Green+Blue) = 199+5+179=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C705B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705B3 is #38FA4C. Grayscale: #525252. Windows color (decimal): -3734093 or 11732423. OLE color: 11732423.
HSL color Cylindrical-coordinate representation of color #C705B3: hue angle of 306.19º 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 #C705B3 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 179 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.22 |
| HSL | 306.19º | 0.95% | 0.4% | - |
| HSV(B) | 306.19º | 0.97% | 0.78% | - |
| XYZ | 31.74 | 15.51 | 43.97 | - |
| YUV | 82.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 179 | 0 | 0.97 | 0.10 | 0.22 | 306.19 | 0.95 | 0.4 |
| Hex | C7 | 5 | B3 | 0 | 61 | A | 16 | 132 | 5F | 28 |
| Octal | 307 | 5 | 263 | 0 | 141 | 12 | 26 | 462 | 137 | 50 |
| Binary | 11000111 | 101 | 10110011 | 0 | 1100001 | 1010 | 10110 | 100110010 | 1011111 | 101000 |
Color Harmonies of #C705B3
Complementary color
Monochromatic Colors of #C705B3
Black with #C705B3
Text Example
Text Example
White with #C705B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705B3; }
p { color: rgb(199,5,179); }
H1.HeaderClassName
{
color: #C705B3;
}
.AnyTagClassName
{
color: #C705B3;
}
</style>
background-color css
<style>
a { background-color: #C705B3; }
a { background-color: rgb(199,5,179); }
div.DivClassName
{
background-color: #C705B3;
}
.BgClassName
{
background-color: #C705B3;
}
</style>
border-color css
<style>
span { border-color: #C705B3; }
span { border-color: rgb(199,5,179); }
td.TdClassName
{
border-color: #C705B3;
}
.TagClassName
{
border-color: #C705B3;
}
</style>