Shades of Deep Magenta #C609C2
Tints of Deep Magenta #C609C2
RGB
CMYK
RGB Variations
Color information
#C609C2 (or 0xC609C2) is known color: Deep Magenta. HEX triplet: C6, 09 and C2. RGB value is (198,9,194). Sum of RGB (Red+Green+Blue) = 198+9+194=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C609C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609C2 is #39F63D. Grayscale: #565656. Windows color (decimal): -3798590 or 12716486. OLE color: 12716486.
HSL color Cylindrical-coordinate representation of color #C609C2: hue angle of 301.27º 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 #C609C2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 194 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.22 |
| HSL | 301.27º | 0.91% | 0.41% | - |
| HSV(B) | 301.27º | 0.95% | 0.78% | - |
| XYZ | 33.12 | 16.1 | 52.4 | - |
| YUV | 86.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 194 | 0 | 0.95 | 0.02 | 0.22 | 301.27 | 0.91 | 0.41 |
| Hex | C6 | 9 | C2 | 0 | 5F | 2 | 16 | 12D | 5B | 29 |
| Octal | 306 | 11 | 302 | 0 | 137 | 2 | 26 | 455 | 133 | 51 |
| Binary | 11000110 | 1001 | 11000010 | 0 | 1011111 | 10 | 10110 | 100101101 | 1011011 | 101001 |
Color Harmonies of #C609C2
Complementary color
Monochromatic Colors of #C609C2
Black with #C609C2
Text Example
Text Example
White with #C609C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609C2; }
p { color: rgb(198,9,194); }
H1.HeaderClassName
{
color: #C609C2;
}
.AnyTagClassName
{
color: #C609C2;
}
</style>
background-color css
<style>
a { background-color: #C609C2; }
a { background-color: rgb(198,9,194); }
div.DivClassName
{
background-color: #C609C2;
}
.BgClassName
{
background-color: #C609C2;
}
</style>
border-color css
<style>
span { border-color: #C609C2; }
span { border-color: rgb(198,9,194); }
td.TdClassName
{
border-color: #C609C2;
}
.TagClassName
{
border-color: #C609C2;
}
</style>