Shades of Deep Magenta #C608CD
Tints of Deep Magenta #C608CD
RGB
CMYK
RGB Variations
Color information
#C608CD (or 0xC608CD) is known color: Deep Magenta. HEX triplet: C6, 08 and CD. RGB value is (198,8,205). Sum of RGB (Red+Green+Blue) = 198+8+205=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C608CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608CD is #39F732. Grayscale: #565656. Windows color (decimal): -3798835 or 13437126. OLE color: 13437126.
HSL color Cylindrical-coordinate representation of color #C608CD: hue angle of 297.87º 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 #C608CD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 8 | 205 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.20 |
| HSL | 297.87º | 0.92% | 0.42% | - |
| HSV(B) | 297.87º | 0.96% | 0.8% | - |
| XYZ | 34.39 | 16.59 | 59.15 | - |
| YUV | 87.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 205 | 0.03 | 0.96 | 0 | 0.20 | 297.87 | 0.92 | 0.42 |
| Hex | C6 | 8 | CD | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 306 | 10 | 315 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000110 | 1000 | 11001101 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C608CD
Complementary color
Monochromatic Colors of #C608CD
Black with #C608CD
Text Example
Text Example
White with #C608CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C608CD; }
p { color: rgb(198,8,205); }
H1.HeaderClassName
{
color: #C608CD;
}
.AnyTagClassName
{
color: #C608CD;
}
</style>
background-color css
<style>
a { background-color: #C608CD; }
a { background-color: rgb(198,8,205); }
div.DivClassName
{
background-color: #C608CD;
}
.BgClassName
{
background-color: #C608CD;
}
</style>
border-color css
<style>
span { border-color: #C608CD; }
span { border-color: rgb(198,8,205); }
td.TdClassName
{
border-color: #C608CD;
}
.TagClassName
{
border-color: #C608CD;
}
</style>