Shades of Deep Magenta #C707CF
Tints of Deep Magenta #C707CF
RGB
CMYK
RGB Variations
Color information
#C707CF (or 0xC707CF) is known color: Deep Magenta. HEX triplet: C7, 07 and CF. RGB value is (199,7,207). Sum of RGB (Red+Green+Blue) = 199+7+207=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #C707CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CF is #38F830. Grayscale: #565656. Windows color (decimal): -3733553 or 13567943. OLE color: 13567943.
HSL color Cylindrical-coordinate representation of color #C707CF: hue angle of 297.6º 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 #C707CF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 7 | 207 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.19 |
| HSL | 297.6º | 0.93% | 0.42% | - |
| HSV(B) | 297.6º | 0.97% | 0.81% | - |
| XYZ | 34.89 | 16.8 | 60.44 | - |
| YUV | 87.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 207 | 0.04 | 0.97 | 0 | 0.19 | 297.6 | 0.93 | 0.42 |
| Hex | C7 | 7 | CF | 4 | 61 | 0 | 13 | 12A | 5D | 2A |
| Octal | 307 | 7 | 317 | 4 | 141 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11000111 | 111 | 11001111 | 100 | 1100001 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C707CF
Complementary color
Monochromatic Colors of #C707CF
Black with #C707CF
Text Example
Text Example
White with #C707CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C707CF; }
p { color: rgb(199,7,207); }
H1.HeaderClassName
{
color: #C707CF;
}
.AnyTagClassName
{
color: #C707CF;
}
</style>
background-color css
<style>
a { background-color: #C707CF; }
a { background-color: rgb(199,7,207); }
div.DivClassName
{
background-color: #C707CF;
}
.BgClassName
{
background-color: #C707CF;
}
</style>
border-color css
<style>
span { border-color: #C707CF; }
span { border-color: rgb(199,7,207); }
td.TdClassName
{
border-color: #C707CF;
}
.TagClassName
{
border-color: #C707CF;
}
</style>