Shades of Fuchsia #C039A9
Tints of Fuchsia #C039A9
RGB
CMYK
RGB Variations
Color information
#C039A9 (or 0xC039A9) is known color: Fuchsia. HEX triplet: C0, 39 and A9. RGB value is (192,57,169). Sum of RGB (Red+Green+Blue) = 192+57+169=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C039A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C039A9 is #3FC656. Grayscale: #6D6D6D. Windows color (decimal): -4179543 or 11090368. OLE color: 11090368.
HSL color Cylindrical-coordinate representation of color #C039A9: hue angle of 310.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C039A9 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 169 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.25 |
| HSL | 310.22º | 0.54% | 0.49% | - |
| HSV(B) | 310.22º | 0.7% | 0.75% | - |
| XYZ | 30.36 | 17 | 39.22 | - |
| YUV | 110.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 169 | 0 | 0.70 | 0.12 | 0.25 | 310.22 | 0.54 | 0.49 |
| Hex | C0 | 39 | A9 | 0 | 46 | C | 19 | 136 | 36 | 31 |
| Octal | 300 | 71 | 251 | 0 | 106 | 14 | 31 | 466 | 66 | 61 |
| Binary | 11000000 | 111001 | 10101001 | 0 | 1000110 | 1100 | 11001 | 100110110 | 110110 | 110001 |
Color Harmonies of #C039A9
Complementary color
Monochromatic Colors of #C039A9
Black with #C039A9
Text Example
Text Example
White with #C039A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039A9; }
p { color: rgb(192,57,169); }
H1.HeaderClassName
{
color: #C039A9;
}
.AnyTagClassName
{
color: #C039A9;
}
</style>
background-color css
<style>
a { background-color: #C039A9; }
a { background-color: rgb(192,57,169); }
div.DivClassName
{
background-color: #C039A9;
}
.BgClassName
{
background-color: #C039A9;
}
</style>
border-color css
<style>
span { border-color: #C039A9; }
span { border-color: rgb(192,57,169); }
td.TdClassName
{
border-color: #C039A9;
}
.TagClassName
{
border-color: #C039A9;
}
</style>