Shades of Deep Magenta #C608CC
Tints of Deep Magenta #C608CC
RGB
CMYK
RGB Variations
Color information
#C608CC (or 0xC608CC) is known color: Deep Magenta. HEX triplet: C6, 08 and CC. RGB value is (198,8,204). Sum of RGB (Red+Green+Blue) = 198+8+204=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C608CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608CC is #39F733. Grayscale: #565656. Windows color (decimal): -3798836 or 13371590. OLE color: 13371590.
HSL color Cylindrical-coordinate representation of color #C608CC: hue angle of 298.16º 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 #C608CC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 8 | 204 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.2 |
| HSL | 298.16º | 0.92% | 0.42% | - |
| HSV(B) | 298.16º | 0.96% | 0.8% | - |
| XYZ | 34.27 | 16.54 | 58.51 | - |
| YUV | 87.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 204 | 0.03 | 0.96 | 0 | 0.2 | 298.16 | 0.92 | 0.42 |
| Hex | C6 | 8 | CC | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 306 | 10 | 314 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000110 | 1000 | 11001100 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C608CC
Complementary color
Monochromatic Colors of #C608CC
Black with #C608CC
Text Example
Text Example
White with #C608CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C608CC; }
p { color: rgb(198,8,204); }
H1.HeaderClassName
{
color: #C608CC;
}
.AnyTagClassName
{
color: #C608CC;
}
</style>
background-color css
<style>
a { background-color: #C608CC; }
a { background-color: rgb(198,8,204); }
div.DivClassName
{
background-color: #C608CC;
}
.BgClassName
{
background-color: #C608CC;
}
</style>
border-color css
<style>
span { border-color: #C608CC; }
span { border-color: rgb(198,8,204); }
td.TdClassName
{
border-color: #C608CC;
}
.TagClassName
{
border-color: #C608CC;
}
</style>