Shades of Fuchsia #C039AF
Tints of Fuchsia #C039AF
RGB
CMYK
RGB Variations
Color information
#C039AF (or 0xC039AF) is known color: Fuchsia. HEX triplet: C0, 39 and AF. RGB value is (192,57,175). Sum of RGB (Red+Green+Blue) = 192+57+175=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C039AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C039AF is #3FC650. Grayscale: #6E6E6E. Windows color (decimal): -4179537 or 11483584. OLE color: 11483584.
HSL color Cylindrical-coordinate representation of color #C039AF: hue angle of 307.56º 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 #C039AF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 175 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.25 |
| HSL | 307.56º | 0.54% | 0.49% | - |
| HSV(B) | 307.56º | 0.7% | 0.75% | - |
| XYZ | 30.94 | 17.23 | 42.25 | - |
| YUV | 110.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 175 | 0 | 0.70 | 0.09 | 0.25 | 307.56 | 0.54 | 0.49 |
| Hex | C0 | 39 | AF | 0 | 46 | 9 | 19 | 134 | 36 | 31 |
| Octal | 300 | 71 | 257 | 0 | 106 | 11 | 31 | 464 | 66 | 61 |
| Binary | 11000000 | 111001 | 10101111 | 0 | 1000110 | 1001 | 11001 | 100110100 | 110110 | 110001 |
Color Harmonies of #C039AF
Complementary color
Monochromatic Colors of #C039AF
Black with #C039AF
Text Example
Text Example
White with #C039AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039AF; }
p { color: rgb(192,57,175); }
H1.HeaderClassName
{
color: #C039AF;
}
.AnyTagClassName
{
color: #C039AF;
}
</style>
background-color css
<style>
a { background-color: #C039AF; }
a { background-color: rgb(192,57,175); }
div.DivClassName
{
background-color: #C039AF;
}
.BgClassName
{
background-color: #C039AF;
}
</style>
border-color css
<style>
span { border-color: #C039AF; }
span { border-color: rgb(192,57,175); }
td.TdClassName
{
border-color: #C039AF;
}
.TagClassName
{
border-color: #C039AF;
}
</style>