Shades of Deep Magenta #C609B9
Tints of Deep Magenta #C609B9
RGB
CMYK
RGB Variations
Color information
#C609B9 (or 0xC609B9) is known color: Deep Magenta. HEX triplet: C6, 09 and B9. RGB value is (198,9,185). Sum of RGB (Red+Green+Blue) = 198+9+185=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C609B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609B9 is #39F646. Grayscale: #555555. Windows color (decimal): -3798599 or 12126662. OLE color: 12126662.
HSL color Cylindrical-coordinate representation of color #C609B9: hue angle of 304.13º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C609B9 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 185 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.22 |
| HSL | 304.13º | 0.91% | 0.41% | - |
| HSV(B) | 304.13º | 0.95% | 0.78% | - |
| XYZ | 32.14 | 15.7 | 47.24 | - |
| YUV | 85.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 185 | 0 | 0.95 | 0.07 | 0.22 | 304.13 | 0.91 | 0.41 |
| Hex | C6 | 9 | B9 | 0 | 5F | 7 | 16 | 130 | 5B | 29 |
| Octal | 306 | 11 | 271 | 0 | 137 | 7 | 26 | 460 | 133 | 51 |
| Binary | 11000110 | 1001 | 10111001 | 0 | 1011111 | 111 | 10110 | 100110000 | 1011011 | 101001 |
Color Harmonies of #C609B9
Complementary color
Monochromatic Colors of #C609B9
Black with #C609B9
Text Example
Text Example
White with #C609B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609B9; }
p { color: rgb(198,9,185); }
H1.HeaderClassName
{
color: #C609B9;
}
.AnyTagClassName
{
color: #C609B9;
}
</style>
background-color css
<style>
a { background-color: #C609B9; }
a { background-color: rgb(198,9,185); }
div.DivClassName
{
background-color: #C609B9;
}
.BgClassName
{
background-color: #C609B9;
}
</style>
border-color css
<style>
span { border-color: #C609B9; }
span { border-color: rgb(198,9,185); }
td.TdClassName
{
border-color: #C609B9;
}
.TagClassName
{
border-color: #C609B9;
}
</style>