Shades of Fuchsia #C039AE
Tints of Fuchsia #C039AE
RGB
CMYK
RGB Variations
Color information
#C039AE (or 0xC039AE) is known color: Fuchsia. HEX triplet: C0, 39 and AE. RGB value is (192,57,174). Sum of RGB (Red+Green+Blue) = 192+57+174=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C039AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C039AE is #3FC651. Grayscale: #6E6E6E. Windows color (decimal): -4179538 or 11418048. OLE color: 11418048.
HSL color Cylindrical-coordinate representation of color #C039AE: hue angle of 308º 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 #C039AE is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 174 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.25 |
| HSL | 308º | 0.54% | 0.49% | - |
| HSV(B) | 308º | 0.7% | 0.75% | - |
| XYZ | 30.84 | 17.19 | 41.74 | - |
| YUV | 110.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 174 | 0 | 0.70 | 0.09 | 0.25 | 308 | 0.54 | 0.49 |
| Hex | C0 | 39 | AE | 0 | 46 | 9 | 19 | 134 | 36 | 31 |
| Octal | 300 | 71 | 256 | 0 | 106 | 11 | 31 | 464 | 66 | 61 |
| Binary | 11000000 | 111001 | 10101110 | 0 | 1000110 | 1001 | 11001 | 100110100 | 110110 | 110001 |
Color Harmonies of #C039AE
Complementary color
Monochromatic Colors of #C039AE
Black with #C039AE
Text Example
Text Example
White with #C039AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039AE; }
p { color: rgb(192,57,174); }
H1.HeaderClassName
{
color: #C039AE;
}
.AnyTagClassName
{
color: #C039AE;
}
</style>
background-color css
<style>
a { background-color: #C039AE; }
a { background-color: rgb(192,57,174); }
div.DivClassName
{
background-color: #C039AE;
}
.BgClassName
{
background-color: #C039AE;
}
</style>
border-color css
<style>
span { border-color: #C039AE; }
span { border-color: rgb(192,57,174); }
td.TdClassName
{
border-color: #C039AE;
}
.TagClassName
{
border-color: #C039AE;
}
</style>