Shades of Fuchsia #C041AE
Tints of Fuchsia #C041AE
RGB
CMYK
RGB Variations
Color information
#C041AE (or 0xC041AE) is known color: Fuchsia. HEX triplet: C0, 41 and AE. RGB value is (192,65,174). Sum of RGB (Red+Green+Blue) = 192+65+174=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C041AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041AE is #3FBE51. Grayscale: #737373. Windows color (decimal): -4177490 or 11420096. OLE color: 11420096.
HSL color Cylindrical-coordinate representation of color #C041AE: hue angle of 308.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041AE is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 174 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.25 |
| HSL | 308.5º | 0.5% | 0.5% | - |
| HSV(B) | 308.5º | 0.66% | 0.75% | - |
| XYZ | 31.27 | 18.04 | 41.88 | - |
| YUV | 115.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 174 | 0 | 0.66 | 0.09 | 0.25 | 308.5 | 0.5 | 0.5 |
| Hex | C0 | 41 | AE | 0 | 42 | 9 | 19 | 135 | 32 | 32 |
| Octal | 300 | 101 | 256 | 0 | 102 | 11 | 31 | 465 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10101110 | 0 | 1000010 | 1001 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #C041AE
Complementary color
Monochromatic Colors of #C041AE
Black with #C041AE
Text Example
Text Example
White with #C041AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041AE; }
p { color: rgb(192,65,174); }
H1.HeaderClassName
{
color: #C041AE;
}
.AnyTagClassName
{
color: #C041AE;
}
</style>
background-color css
<style>
a { background-color: #C041AE; }
a { background-color: rgb(192,65,174); }
div.DivClassName
{
background-color: #C041AE;
}
.BgClassName
{
background-color: #C041AE;
}
</style>
border-color css
<style>
span { border-color: #C041AE; }
span { border-color: rgb(192,65,174); }
td.TdClassName
{
border-color: #C041AE;
}
.TagClassName
{
border-color: #C041AE;
}
</style>