Shades of Deep Magenta #C605DC
Tints of Deep Magenta #C605DC
RGB
CMYK
RGB Variations
Color information
#C605DC (or 0xC605DC) is known color: Deep Magenta. HEX triplet: C6, 05 and DC. RGB value is (198,5,220). Sum of RGB (Red+Green+Blue) = 198+5+220=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C605DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605DC is #39FA23. Grayscale: #565656. Windows color (decimal): -3799588 or 14419398. OLE color: 14419398.
HSL color Cylindrical-coordinate representation of color #C605DC: hue angle of 293.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605DC is Cyan = 0.1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 5 | 220 | - |
| CMYK | 0.1 | 0.98 | 0 | 0.14 |
| HSL | 293.86º | 0.96% | 0.44% | - |
| HSV(B) | 293.86º | 0.98% | 0.86% | - |
| XYZ | 36.26 | 17.28 | 69.13 | - |
| YUV | 87.22 | 202.94 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 220 | 0.1 | 0.98 | 0 | 0.14 | 293.86 | 0.96 | 0.44 |
| Hex | C6 | 5 | DC | A | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 306 | 5 | 334 | 12 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11000110 | 101 | 11011100 | 1010 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C605DC
Complementary color
Monochromatic Colors of #C605DC
Black with #C605DC
Text Example
Text Example
White with #C605DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605DC; }
p { color: rgb(198,5,220); }
H1.HeaderClassName
{
color: #C605DC;
}
.AnyTagClassName
{
color: #C605DC;
}
</style>
background-color css
<style>
a { background-color: #C605DC; }
a { background-color: rgb(198,5,220); }
div.DivClassName
{
background-color: #C605DC;
}
.BgClassName
{
background-color: #C605DC;
}
</style>
border-color css
<style>
span { border-color: #C605DC; }
span { border-color: rgb(198,5,220); }
td.TdClassName
{
border-color: #C605DC;
}
.TagClassName
{
border-color: #C605DC;
}
</style>