Shades of Deep Magenta #C705CF
Tints of Deep Magenta #C705CF
RGB
CMYK
RGB Variations
Color information
#C705CF (or 0xC705CF) is known color: Deep Magenta. HEX triplet: C7, 05 and CF. RGB value is (199,5,207). Sum of RGB (Red+Green+Blue) = 199+5+207=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C705CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705CF is #38FA30. Grayscale: #555555. Windows color (decimal): -3734065 or 13567431. OLE color: 13567431.
HSL color Cylindrical-coordinate representation of color #C705CF: hue angle of 297.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705CF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 5 | 207 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.19 |
| HSL | 297.62º | 0.95% | 0.42% | - |
| HSV(B) | 297.62º | 0.98% | 0.81% | - |
| XYZ | 34.87 | 16.76 | 60.43 | - |
| YUV | 86.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 207 | 0.04 | 0.98 | 0 | 0.19 | 297.62 | 0.95 | 0.42 |
| Hex | C7 | 5 | CF | 4 | 62 | 0 | 13 | 12A | 5F | 2A |
| Octal | 307 | 5 | 317 | 4 | 142 | 0 | 23 | 452 | 137 | 52 |
| Binary | 11000111 | 101 | 11001111 | 100 | 1100010 | 0 | 10011 | 100101010 | 1011111 | 101010 |
Color Harmonies of #C705CF
Complementary color
Monochromatic Colors of #C705CF
Black with #C705CF
Text Example
Text Example
White with #C705CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705CF; }
p { color: rgb(199,5,207); }
H1.HeaderClassName
{
color: #C705CF;
}
.AnyTagClassName
{
color: #C705CF;
}
</style>
background-color css
<style>
a { background-color: #C705CF; }
a { background-color: rgb(199,5,207); }
div.DivClassName
{
background-color: #C705CF;
}
.BgClassName
{
background-color: #C705CF;
}
</style>
border-color css
<style>
span { border-color: #C705CF; }
span { border-color: rgb(199,5,207); }
td.TdClassName
{
border-color: #C705CF;
}
.TagClassName
{
border-color: #C705CF;
}
</style>