Shades of Deep Magenta #C609BA
Tints of Deep Magenta #C609BA
RGB
CMYK
RGB Variations
Color information
#C609BA (or 0xC609BA) is known color: Deep Magenta. HEX triplet: C6, 09 and BA. RGB value is (198,9,186). Sum of RGB (Red+Green+Blue) = 198+9+186=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C609BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609BA is #39F645. Grayscale: #555555. Windows color (decimal): -3798598 or 12192198. OLE color: 12192198.
HSL color Cylindrical-coordinate representation of color #C609BA: hue angle of 303.81º 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 #C609BA is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 186 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.22 |
| HSL | 303.81º | 0.91% | 0.41% | - |
| HSV(B) | 303.81º | 0.95% | 0.78% | - |
| XYZ | 32.25 | 15.75 | 47.79 | - |
| YUV | 85.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 186 | 0 | 0.95 | 0.06 | 0.22 | 303.81 | 0.91 | 0.41 |
| Hex | C6 | 9 | BA | 0 | 5F | 6 | 16 | 130 | 5B | 29 |
| Octal | 306 | 11 | 272 | 0 | 137 | 6 | 26 | 460 | 133 | 51 |
| Binary | 11000110 | 1001 | 10111010 | 0 | 1011111 | 110 | 10110 | 100110000 | 1011011 | 101001 |
Color Harmonies of #C609BA
Complementary color
Monochromatic Colors of #C609BA
Black with #C609BA
Text Example
Text Example
White with #C609BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609BA; }
p { color: rgb(198,9,186); }
H1.HeaderClassName
{
color: #C609BA;
}
.AnyTagClassName
{
color: #C609BA;
}
</style>
background-color css
<style>
a { background-color: #C609BA; }
a { background-color: rgb(198,9,186); }
div.DivClassName
{
background-color: #C609BA;
}
.BgClassName
{
background-color: #C609BA;
}
</style>
border-color css
<style>
span { border-color: #C609BA; }
span { border-color: rgb(198,9,186); }
td.TdClassName
{
border-color: #C609BA;
}
.TagClassName
{
border-color: #C609BA;
}
</style>