Shades of Deep Magenta #C609CF
Tints of Deep Magenta #C609CF
RGB
CMYK
RGB Variations
Color information
#C609CF (or 0xC609CF) is known color: Deep Magenta. HEX triplet: C6, 09 and CF. RGB value is (198,9,207). Sum of RGB (Red+Green+Blue) = 198+9+207=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #C609CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609CF is #39F630. Grayscale: #575757. Windows color (decimal): -3798577 or 13568454. OLE color: 13568454.
HSL color Cylindrical-coordinate representation of color #C609CF: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609CF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 9 | 207 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.19 |
| HSL | 297.27º | 0.92% | 0.42% | - |
| HSV(B) | 297.27º | 0.96% | 0.81% | - |
| XYZ | 34.65 | 16.71 | 60.43 | - |
| YUV | 88.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 207 | 0.04 | 0.96 | 0 | 0.19 | 297.27 | 0.92 | 0.42 |
| Hex | C6 | 9 | CF | 4 | 60 | 0 | 13 | 129 | 5C | 2A |
| Octal | 306 | 11 | 317 | 4 | 140 | 0 | 23 | 451 | 134 | 52 |
| Binary | 11000110 | 1001 | 11001111 | 100 | 1100000 | 0 | 10011 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C609CF
Complementary color
Monochromatic Colors of #C609CF
Black with #C609CF
Text Example
Text Example
White with #C609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609CF; }
p { color: rgb(198,9,207); }
H1.HeaderClassName
{
color: #C609CF;
}
.AnyTagClassName
{
color: #C609CF;
}
</style>
background-color css
<style>
a { background-color: #C609CF; }
a { background-color: rgb(198,9,207); }
div.DivClassName
{
background-color: #C609CF;
}
.BgClassName
{
background-color: #C609CF;
}
</style>
border-color css
<style>
span { border-color: #C609CF; }
span { border-color: rgb(198,9,207); }
td.TdClassName
{
border-color: #C609CF;
}
.TagClassName
{
border-color: #C609CF;
}
</style>