Shades of Deep Magenta #C707CD
Tints of Deep Magenta #C707CD
RGB
CMYK
RGB Variations
Color information
#C707CD (or 0xC707CD) is known color: Deep Magenta. HEX triplet: C7, 07 and CD. RGB value is (199,7,205). Sum of RGB (Red+Green+Blue) = 199+7+205=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C707CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CD is #38F832. Grayscale: #565656. Windows color (decimal): -3733555 or 13436871. OLE color: 13436871.
HSL color Cylindrical-coordinate representation of color #C707CD: hue angle of 298.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707CD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 7 | 205 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.20 |
| HSL | 298.18º | 0.93% | 0.42% | - |
| HSV(B) | 298.18º | 0.97% | 0.8% | - |
| XYZ | 34.65 | 16.7 | 59.16 | - |
| YUV | 86.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 205 | 0.03 | 0.97 | 0 | 0.20 | 298.18 | 0.93 | 0.42 |
| Hex | C7 | 7 | CD | 3 | 61 | 0 | 14 | 12A | 5D | 2A |
| Octal | 307 | 7 | 315 | 3 | 141 | 0 | 24 | 452 | 135 | 52 |
| Binary | 11000111 | 111 | 11001101 | 11 | 1100001 | 0 | 10100 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C707CD
Complementary color
Monochromatic Colors of #C707CD
Black with #C707CD
Text Example
Text Example
White with #C707CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C707CD; }
p { color: rgb(199,7,205); }
H1.HeaderClassName
{
color: #C707CD;
}
.AnyTagClassName
{
color: #C707CD;
}
</style>
background-color css
<style>
a { background-color: #C707CD; }
a { background-color: rgb(199,7,205); }
div.DivClassName
{
background-color: #C707CD;
}
.BgClassName
{
background-color: #C707CD;
}
</style>
border-color css
<style>
span { border-color: #C707CD; }
span { border-color: rgb(199,7,205); }
td.TdClassName
{
border-color: #C707CD;
}
.TagClassName
{
border-color: #C707CD;
}
</style>