Shades of Fuchsia #C031AE
Tints of Fuchsia #C031AE
RGB
CMYK
RGB Variations
Color information
#C031AE (or 0xC031AE) is known color: Fuchsia. HEX triplet: C0, 31 and AE. RGB value is (192,49,174). Sum of RGB (Red+Green+Blue) = 192+49+174=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AE is #3FCE51. Grayscale: #696969. Windows color (decimal): -4181586 or 11416000. OLE color: 11416000.
HSL color Cylindrical-coordinate representation of color #C031AE: hue angle of 307.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031AE is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 174 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.25 |
| HSL | 307.55º | 0.59% | 0.47% | - |
| HSV(B) | 307.55º | 0.74% | 0.75% | - |
| XYZ | 30.48 | 16.46 | 41.62 | - |
| YUV | 106.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 174 | 0 | 0.74 | 0.09 | 0.25 | 307.55 | 0.59 | 0.47 |
| Hex | C0 | 31 | AE | 0 | 4A | 9 | 19 | 134 | 3B | 2F |
| Octal | 300 | 61 | 256 | 0 | 112 | 11 | 31 | 464 | 73 | 57 |
| Binary | 11000000 | 110001 | 10101110 | 0 | 1001010 | 1001 | 11001 | 100110100 | 111011 | 101111 |
Color Harmonies of #C031AE
Complementary color
Monochromatic Colors of #C031AE
Black with #C031AE
Text Example
Text Example
White with #C031AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031AE; }
p { color: rgb(192,49,174); }
H1.HeaderClassName
{
color: #C031AE;
}
.AnyTagClassName
{
color: #C031AE;
}
</style>
background-color css
<style>
a { background-color: #C031AE; }
a { background-color: rgb(192,49,174); }
div.DivClassName
{
background-color: #C031AE;
}
.BgClassName
{
background-color: #C031AE;
}
</style>
border-color css
<style>
span { border-color: #C031AE; }
span { border-color: rgb(192,49,174); }
td.TdClassName
{
border-color: #C031AE;
}
.TagClassName
{
border-color: #C031AE;
}
</style>