Shades of Deep Magenta #C609CC
Tints of Deep Magenta #C609CC
RGB
CMYK
RGB Variations
Color information
#C609CC (or 0xC609CC) is known color: Deep Magenta. HEX triplet: C6, 09 and CC. RGB value is (198,9,204). Sum of RGB (Red+Green+Blue) = 198+9+204=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C609CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609CC is #39F633. Grayscale: #575757. Windows color (decimal): -3798580 or 13371846. OLE color: 13371846.
HSL color Cylindrical-coordinate representation of color #C609CC: hue angle of 298.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609CC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 9 | 204 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.2 |
| HSL | 298.15º | 0.92% | 0.42% | - |
| HSV(B) | 298.15º | 0.96% | 0.8% | - |
| XYZ | 34.29 | 16.56 | 58.52 | - |
| YUV | 87.74 | 193.62 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 204 | 0.03 | 0.96 | 0 | 0.2 | 298.15 | 0.92 | 0.42 |
| Hex | C6 | 9 | CC | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 306 | 11 | 314 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000110 | 1001 | 11001100 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C609CC
Complementary color
Monochromatic Colors of #C609CC
Black with #C609CC
Text Example
Text Example
White with #C609CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609CC; }
p { color: rgb(198,9,204); }
H1.HeaderClassName
{
color: #C609CC;
}
.AnyTagClassName
{
color: #C609CC;
}
</style>
background-color css
<style>
a { background-color: #C609CC; }
a { background-color: rgb(198,9,204); }
div.DivClassName
{
background-color: #C609CC;
}
.BgClassName
{
background-color: #C609CC;
}
</style>
border-color css
<style>
span { border-color: #C609CC; }
span { border-color: rgb(198,9,204); }
td.TdClassName
{
border-color: #C609CC;
}
.TagClassName
{
border-color: #C609CC;
}
</style>