Shades of Deep Magenta #C609DE
Tints of Deep Magenta #C609DE
RGB
CMYK
RGB Variations
Color information
#C609DE (or 0xC609DE) is known color: Deep Magenta. HEX triplet: C6, 09 and DE. RGB value is (198,9,222). Sum of RGB (Red+Green+Blue) = 198+9+222=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #C609DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609DE is #39F621. Grayscale: #595959. Windows color (decimal): -3798562 or 14551494. OLE color: 14551494.
HSL color Cylindrical-coordinate representation of color #C609DE: hue angle of 293.24º degrees, saturation: 0.92, 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 #C609DE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 9 | 222 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.13 |
| HSL | 293.24º | 0.92% | 0.45% | - |
| HSV(B) | 293.24º | 0.96% | 0.87% | - |
| XYZ | 36.57 | 17.48 | 70.55 | - |
| YUV | 89.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 222 | 0.11 | 0.96 | 0 | 0.13 | 293.24 | 0.92 | 0.45 |
| Hex | C6 | 9 | DE | B | 60 | 0 | D | 125 | 5C | 2D |
| Octal | 306 | 11 | 336 | 13 | 140 | 0 | 15 | 445 | 134 | 55 |
| Binary | 11000110 | 1001 | 11011110 | 1011 | 1100000 | 0 | 1101 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C609DE
Complementary color
Monochromatic Colors of #C609DE
Black with #C609DE
Text Example
Text Example
White with #C609DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609DE; }
p { color: rgb(198,9,222); }
H1.HeaderClassName
{
color: #C609DE;
}
.AnyTagClassName
{
color: #C609DE;
}
</style>
background-color css
<style>
a { background-color: #C609DE; }
a { background-color: rgb(198,9,222); }
div.DivClassName
{
background-color: #C609DE;
}
.BgClassName
{
background-color: #C609DE;
}
</style>
border-color css
<style>
span { border-color: #C609DE; }
span { border-color: rgb(198,9,222); }
td.TdClassName
{
border-color: #C609DE;
}
.TagClassName
{
border-color: #C609DE;
}
</style>