Shades of Deep Magenta #C705D1
Tints of Deep Magenta #C705D1
RGB
CMYK
RGB Variations
Color information
#C705D1 (or 0xC705D1) is known color: Deep Magenta. HEX triplet: C7, 05 and D1. RGB value is (199,5,209). Sum of RGB (Red+Green+Blue) = 199+5+209=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #C705D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705D1 is #38FA2E. Grayscale: #555555. Windows color (decimal): -3734063 or 13698503. OLE color: 13698503.
HSL color Cylindrical-coordinate representation of color #C705D1: hue angle of 297.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705D1 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 5 | 209 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.18 |
| HSL | 297.06º | 0.95% | 0.42% | - |
| HSV(B) | 297.06º | 0.98% | 0.82% | - |
| XYZ | 35.12 | 16.85 | 61.72 | - |
| YUV | 86.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 209 | 0.05 | 0.98 | 0 | 0.18 | 297.06 | 0.95 | 0.42 |
| Hex | C7 | 5 | D1 | 5 | 62 | 0 | 12 | 129 | 5F | 2A |
| Octal | 307 | 5 | 321 | 5 | 142 | 0 | 22 | 451 | 137 | 52 |
| Binary | 11000111 | 101 | 11010001 | 101 | 1100010 | 0 | 10010 | 100101001 | 1011111 | 101010 |
Color Harmonies of #C705D1
Complementary color
Monochromatic Colors of #C705D1
Black with #C705D1
Text Example
Text Example
White with #C705D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705D1; }
p { color: rgb(199,5,209); }
H1.HeaderClassName
{
color: #C705D1;
}
.AnyTagClassName
{
color: #C705D1;
}
</style>
background-color css
<style>
a { background-color: #C705D1; }
a { background-color: rgb(199,5,209); }
div.DivClassName
{
background-color: #C705D1;
}
.BgClassName
{
background-color: #C705D1;
}
</style>
border-color css
<style>
span { border-color: #C705D1; }
span { border-color: rgb(199,5,209); }
td.TdClassName
{
border-color: #C705D1;
}
.TagClassName
{
border-color: #C705D1;
}
</style>