Shades of Deep Magenta #C708DD
Tints of Deep Magenta #C708DD
RGB
CMYK
RGB Variations
Color information
#C708DD (or 0xC708DD) is known color: Deep Magenta. HEX triplet: C7, 08 and DD. RGB value is (199,8,221). Sum of RGB (Red+Green+Blue) = 199+8+221=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C708DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708DD is #38F722. Grayscale: #585858. Windows color (decimal): -3733283 or 14485703. OLE color: 14485703.
HSL color Cylindrical-coordinate representation of color #C708DD: hue angle of 293.8º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708DD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 8 | 221 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.13 |
| HSL | 293.8º | 0.93% | 0.45% | - |
| HSV(B) | 293.8º | 0.96% | 0.87% | - |
| XYZ | 36.69 | 17.54 | 69.86 | - |
| YUV | 89.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 221 | 0.10 | 0.96 | 0 | 0.13 | 293.8 | 0.93 | 0.45 |
| Hex | C7 | 8 | DD | A | 60 | 0 | D | 126 | 5D | 2D |
| Octal | 307 | 10 | 335 | 12 | 140 | 0 | 15 | 446 | 135 | 55 |
| Binary | 11000111 | 1000 | 11011101 | 1010 | 1100000 | 0 | 1101 | 100100110 | 1011101 | 101101 |
Color Harmonies of #C708DD
Complementary color
Monochromatic Colors of #C708DD
Black with #C708DD
Text Example
Text Example
White with #C708DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708DD; }
p { color: rgb(199,8,221); }
H1.HeaderClassName
{
color: #C708DD;
}
.AnyTagClassName
{
color: #C708DD;
}
</style>
background-color css
<style>
a { background-color: #C708DD; }
a { background-color: rgb(199,8,221); }
div.DivClassName
{
background-color: #C708DD;
}
.BgClassName
{
background-color: #C708DD;
}
</style>
border-color css
<style>
span { border-color: #C708DD; }
span { border-color: rgb(199,8,221); }
td.TdClassName
{
border-color: #C708DD;
}
.TagClassName
{
border-color: #C708DD;
}
</style>