Shades of Deep Magenta #C608C0
Tints of Deep Magenta #C608C0
RGB
CMYK
RGB Variations
Color information
#C608C0 (or 0xC608C0) is known color: Deep Magenta. HEX triplet: C6, 08 and C0. RGB value is (198,8,192). Sum of RGB (Red+Green+Blue) = 198+8+192=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C608C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608C0 is #39F73F. Grayscale: #555555. Windows color (decimal): -3798848 or 12585158. OLE color: 12585158.
HSL color Cylindrical-coordinate representation of color #C608C0: hue angle of 301.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C608C0 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 192 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.22 |
| HSL | 301.89º | 0.92% | 0.4% | - |
| HSV(B) | 301.89º | 0.96% | 0.78% | - |
| XYZ | 32.89 | 15.99 | 51.22 | - |
| YUV | 85.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 192 | 0 | 0.96 | 0.03 | 0.22 | 301.89 | 0.92 | 0.4 |
| Hex | C6 | 8 | C0 | 0 | 60 | 3 | 16 | 12E | 5C | 28 |
| Octal | 306 | 10 | 300 | 0 | 140 | 3 | 26 | 456 | 134 | 50 |
| Binary | 11000110 | 1000 | 11000000 | 0 | 1100000 | 11 | 10110 | 100101110 | 1011100 | 101000 |
Color Harmonies of #C608C0
Complementary color
Monochromatic Colors of #C608C0
Black with #C608C0
Text Example
Text Example
White with #C608C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C608C0; }
p { color: rgb(198,8,192); }
H1.HeaderClassName
{
color: #C608C0;
}
.AnyTagClassName
{
color: #C608C0;
}
</style>
background-color css
<style>
a { background-color: #C608C0; }
a { background-color: rgb(198,8,192); }
div.DivClassName
{
background-color: #C608C0;
}
.BgClassName
{
background-color: #C608C0;
}
</style>
border-color css
<style>
span { border-color: #C608C0; }
span { border-color: rgb(198,8,192); }
td.TdClassName
{
border-color: #C608C0;
}
.TagClassName
{
border-color: #C608C0;
}
</style>