Shades of Deep Magenta #C708CC
Tints of Deep Magenta #C708CC
RGB
CMYK
RGB Variations
Color information
#C708CC (or 0xC708CC) is known color: Deep Magenta. HEX triplet: C7, 08 and CC. RGB value is (199,8,204). Sum of RGB (Red+Green+Blue) = 199+8+204=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C708CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708CC is #38F733. Grayscale: #565656. Windows color (decimal): -3733300 or 13371591. OLE color: 13371591.
HSL color Cylindrical-coordinate representation of color #C708CC: hue angle of 298.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708CC is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 8 | 204 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.2 |
| HSL | 298.47º | 0.92% | 0.42% | - |
| HSV(B) | 298.47º | 0.96% | 0.8% | - |
| XYZ | 34.54 | 16.68 | 58.53 | - |
| YUV | 87.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 204 | 0.02 | 0.96 | 0 | 0.2 | 298.47 | 0.92 | 0.42 |
| Hex | C7 | 8 | CC | 2 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 307 | 10 | 314 | 2 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000111 | 1000 | 11001100 | 10 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C708CC
Complementary color
Monochromatic Colors of #C708CC
Black with #C708CC
Text Example
Text Example
White with #C708CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708CC; }
p { color: rgb(199,8,204); }
H1.HeaderClassName
{
color: #C708CC;
}
.AnyTagClassName
{
color: #C708CC;
}
</style>
background-color css
<style>
a { background-color: #C708CC; }
a { background-color: rgb(199,8,204); }
div.DivClassName
{
background-color: #C708CC;
}
.BgClassName
{
background-color: #C708CC;
}
</style>
border-color css
<style>
span { border-color: #C708CC; }
span { border-color: rgb(199,8,204); }
td.TdClassName
{
border-color: #C708CC;
}
.TagClassName
{
border-color: #C708CC;
}
</style>