Shades of Fuchsia #C45FAE
Tints of Fuchsia #C45FAE
RGB
CMYK
RGB Variations
Color information
#C45FAE (or 0xC45FAE) is known color: Fuchsia. HEX triplet: C4, 5F and AE. RGB value is (196,95,174). Sum of RGB (Red+Green+Blue) = 196+95+174=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FAE is #3BA051. Grayscale: #858585. Windows color (decimal): -3907666 or 11427780. OLE color: 11427780.
HSL color Cylindrical-coordinate representation of color #C45FAE: hue angle of 313.07º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45FAE is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 174 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.23 |
| HSL | 313.07º | 0.46% | 0.57% | - |
| HSV(B) | 313.07º | 0.52% | 0.77% | - |
| XYZ | 34.5 | 22.98 | 42.66 | - |
| YUV | 134.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 174 | 0 | 0.52 | 0.11 | 0.23 | 313.07 | 0.46 | 0.57 |
| Hex | C4 | 5F | AE | 0 | 34 | B | 17 | 139 | 2E | 39 |
| Octal | 304 | 137 | 256 | 0 | 64 | 13 | 27 | 471 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10101110 | 0 | 110100 | 1011 | 10111 | 100111001 | 101110 | 111001 |
Color Harmonies of #C45FAE
Complementary color
Monochromatic Colors of #C45FAE
Black with #C45FAE
Text Example
Text Example
White with #C45FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FAE; }
p { color: rgb(196,95,174); }
H1.HeaderClassName
{
color: #C45FAE;
}
.AnyTagClassName
{
color: #C45FAE;
}
</style>
background-color css
<style>
a { background-color: #C45FAE; }
a { background-color: rgb(196,95,174); }
div.DivClassName
{
background-color: #C45FAE;
}
.BgClassName
{
background-color: #C45FAE;
}
</style>
border-color css
<style>
span { border-color: #C45FAE; }
span { border-color: rgb(196,95,174); }
td.TdClassName
{
border-color: #C45FAE;
}
.TagClassName
{
border-color: #C45FAE;
}
</style>