Shades of Deep Magenta #C609BB
Tints of Deep Magenta #C609BB
RGB
CMYK
RGB Variations
Color information
#C609BB (or 0xC609BB) is known color: Deep Magenta. HEX triplet: C6, 09 and BB. RGB value is (198,9,187). Sum of RGB (Red+Green+Blue) = 198+9+187=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C609BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609BB is #39F644. Grayscale: #555555. Windows color (decimal): -3798597 or 12257734. OLE color: 12257734.
HSL color Cylindrical-coordinate representation of color #C609BB: hue angle of 303.49º 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 #C609BB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 187 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.22 |
| HSL | 303.49º | 0.91% | 0.41% | - |
| HSV(B) | 303.49º | 0.95% | 0.78% | - |
| XYZ | 32.36 | 15.79 | 48.36 | - |
| YUV | 85.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 187 | 0 | 0.95 | 0.06 | 0.22 | 303.49 | 0.91 | 0.41 |
| Hex | C6 | 9 | BB | 0 | 5F | 6 | 16 | 12F | 5B | 29 |
| Octal | 306 | 11 | 273 | 0 | 137 | 6 | 26 | 457 | 133 | 51 |
| Binary | 11000110 | 1001 | 10111011 | 0 | 1011111 | 110 | 10110 | 100101111 | 1011011 | 101001 |
Color Harmonies of #C609BB
Complementary color
Monochromatic Colors of #C609BB
Black with #C609BB
Text Example
Text Example
White with #C609BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609BB; }
p { color: rgb(198,9,187); }
H1.HeaderClassName
{
color: #C609BB;
}
.AnyTagClassName
{
color: #C609BB;
}
</style>
background-color css
<style>
a { background-color: #C609BB; }
a { background-color: rgb(198,9,187); }
div.DivClassName
{
background-color: #C609BB;
}
.BgClassName
{
background-color: #C609BB;
}
</style>
border-color css
<style>
span { border-color: #C609BB; }
span { border-color: rgb(198,9,187); }
td.TdClassName
{
border-color: #C609BB;
}
.TagClassName
{
border-color: #C609BB;
}
</style>