Shades of Deep Magenta #C710CC
Tints of Deep Magenta #C710CC
RGB
CMYK
RGB Variations
Color information
#C710CC (or 0xC710CC) is known color: Deep Magenta. HEX triplet: C7, 10 and CC. RGB value is (199,16,204). Sum of RGB (Red+Green+Blue) = 199+16+204=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C710CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710CC is #38EF33. Grayscale: #5B5B5B. Windows color (decimal): -3731252 or 13373639. OLE color: 13373639.
HSL color Cylindrical-coordinate representation of color #C710CC: hue angle of 298.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710CC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 16 | 204 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.2 |
| HSL | 298.4º | 0.85% | 0.43% | - |
| HSV(B) | 298.4º | 0.92% | 0.8% | - |
| XYZ | 34.64 | 16.87 | 58.56 | - |
| YUV | 92.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 204 | 0.02 | 0.92 | 0 | 0.2 | 298.4 | 0.85 | 0.43 |
| Hex | C7 | 10 | CC | 2 | 5C | 0 | 14 | 12A | 55 | 2B |
| Octal | 307 | 20 | 314 | 2 | 134 | 0 | 24 | 452 | 125 | 53 |
| Binary | 11000111 | 10000 | 11001100 | 10 | 1011100 | 0 | 10100 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C710CC
Complementary color
Monochromatic Colors of #C710CC
Black with #C710CC
Text Example
Text Example
White with #C710CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710CC; }
p { color: rgb(199,16,204); }
H1.HeaderClassName
{
color: #C710CC;
}
.AnyTagClassName
{
color: #C710CC;
}
</style>
background-color css
<style>
a { background-color: #C710CC; }
a { background-color: rgb(199,16,204); }
div.DivClassName
{
background-color: #C710CC;
}
.BgClassName
{
background-color: #C710CC;
}
</style>
border-color css
<style>
span { border-color: #C710CC; }
span { border-color: rgb(199,16,204); }
td.TdClassName
{
border-color: #C710CC;
}
.TagClassName
{
border-color: #C710CC;
}
</style>