Shades of Deep Magenta #C609AB
Tints of Deep Magenta #C609AB
RGB
CMYK
RGB Variations
Color information
#C609AB (or 0xC609AB) is known color: Deep Magenta. HEX triplet: C6, 09 and AB. RGB value is (198,9,171). Sum of RGB (Red+Green+Blue) = 198+9+171=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C609AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C609AB is #39F654. Grayscale: #535353. Windows color (decimal): -3798613 or 11209158. OLE color: 11209158.
HSL color Cylindrical-coordinate representation of color #C609AB: hue angle of 308.57º 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 #C609AB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 171 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.22 |
| HSL | 308.57º | 0.91% | 0.41% | - |
| HSV(B) | 308.57º | 0.95% | 0.78% | - |
| XYZ | 30.74 | 15.14 | 39.83 | - |
| YUV | 83.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 171 | 0 | 0.95 | 0.14 | 0.22 | 308.57 | 0.91 | 0.41 |
| Hex | C6 | 9 | AB | 0 | 5F | E | 16 | 135 | 5B | 29 |
| Octal | 306 | 11 | 253 | 0 | 137 | 16 | 26 | 465 | 133 | 51 |
| Binary | 11000110 | 1001 | 10101011 | 0 | 1011111 | 1110 | 10110 | 100110101 | 1011011 | 101001 |
Color Harmonies of #C609AB
Complementary color
Monochromatic Colors of #C609AB
Black with #C609AB
Text Example
Text Example
White with #C609AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609AB; }
p { color: rgb(198,9,171); }
H1.HeaderClassName
{
color: #C609AB;
}
.AnyTagClassName
{
color: #C609AB;
}
</style>
background-color css
<style>
a { background-color: #C609AB; }
a { background-color: rgb(198,9,171); }
div.DivClassName
{
background-color: #C609AB;
}
.BgClassName
{
background-color: #C609AB;
}
</style>
border-color css
<style>
span { border-color: #C609AB; }
span { border-color: rgb(198,9,171); }
td.TdClassName
{
border-color: #C609AB;
}
.TagClassName
{
border-color: #C609AB;
}
</style>