Shades of Deep Magenta #C705CC
Tints of Deep Magenta #C705CC
RGB
CMYK
RGB Variations
Color information
#C705CC (or 0xC705CC) is known color: Deep Magenta. HEX triplet: C7, 05 and CC. RGB value is (199,5,204). Sum of RGB (Red+Green+Blue) = 199+5+204=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C705CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705CC is #38FA33. Grayscale: #555555. Windows color (decimal): -3734068 or 13370823. OLE color: 13370823.
HSL color Cylindrical-coordinate representation of color #C705CC: hue angle of 298.49º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C705CC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 5 | 204 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.2 |
| HSL | 298.49º | 0.95% | 0.41% | - |
| HSV(B) | 298.49º | 0.98% | 0.8% | - |
| XYZ | 34.51 | 16.61 | 58.51 | - |
| YUV | 85.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 204 | 0.02 | 0.98 | 0 | 0.2 | 298.49 | 0.95 | 0.41 |
| Hex | C7 | 5 | CC | 2 | 62 | 0 | 14 | 12A | 5F | 29 |
| Octal | 307 | 5 | 314 | 2 | 142 | 0 | 24 | 452 | 137 | 51 |
| Binary | 11000111 | 101 | 11001100 | 10 | 1100010 | 0 | 10100 | 100101010 | 1011111 | 101001 |
Color Harmonies of #C705CC
Complementary color
Monochromatic Colors of #C705CC
Black with #C705CC
Text Example
Text Example
White with #C705CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705CC; }
p { color: rgb(199,5,204); }
H1.HeaderClassName
{
color: #C705CC;
}
.AnyTagClassName
{
color: #C705CC;
}
</style>
background-color css
<style>
a { background-color: #C705CC; }
a { background-color: rgb(199,5,204); }
div.DivClassName
{
background-color: #C705CC;
}
.BgClassName
{
background-color: #C705CC;
}
</style>
border-color css
<style>
span { border-color: #C705CC; }
span { border-color: rgb(199,5,204); }
td.TdClassName
{
border-color: #C705CC;
}
.TagClassName
{
border-color: #C705CC;
}
</style>