Shades of Deep Magenta #C707CE
Tints of Deep Magenta #C707CE
RGB
CMYK
RGB Variations
Color information
#C707CE (or 0xC707CE) is known color: Deep Magenta. HEX triplet: C7, 07 and CE. RGB value is (199,7,206). Sum of RGB (Red+Green+Blue) = 199+7+206=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #C707CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CE is #38F831. Grayscale: #565656. Windows color (decimal): -3733554 or 13502407. OLE color: 13502407.
HSL color Cylindrical-coordinate representation of color #C707CE: hue angle of 297.89º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707CE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 7 | 206 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.19 |
| HSL | 297.89º | 0.93% | 0.42% | - |
| HSV(B) | 297.89º | 0.97% | 0.81% | - |
| XYZ | 34.77 | 16.75 | 59.79 | - |
| YUV | 87.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 206 | 0.03 | 0.97 | 0 | 0.19 | 297.89 | 0.93 | 0.42 |
| Hex | C7 | 7 | CE | 3 | 61 | 0 | 13 | 12A | 5D | 2A |
| Octal | 307 | 7 | 316 | 3 | 141 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11000111 | 111 | 11001110 | 11 | 1100001 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C707CE
Complementary color
Monochromatic Colors of #C707CE
Black with #C707CE
Text Example
Text Example
White with #C707CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C707CE; }
p { color: rgb(199,7,206); }
H1.HeaderClassName
{
color: #C707CE;
}
.AnyTagClassName
{
color: #C707CE;
}
</style>
background-color css
<style>
a { background-color: #C707CE; }
a { background-color: rgb(199,7,206); }
div.DivClassName
{
background-color: #C707CE;
}
.BgClassName
{
background-color: #C707CE;
}
</style>
border-color css
<style>
span { border-color: #C707CE; }
span { border-color: rgb(199,7,206); }
td.TdClassName
{
border-color: #C707CE;
}
.TagClassName
{
border-color: #C707CE;
}
</style>