Shades of Fuchsia #C45FAA
Tints of Fuchsia #C45FAA
RGB
CMYK
RGB Variations
Color information
#C45FAA (or 0xC45FAA) is known color: Fuchsia. HEX triplet: C4, 5F and AA. RGB value is (196,95,170). Sum of RGB (Red+Green+Blue) = 196+95+170=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FAA is #3BA055. Grayscale: #858585. Windows color (decimal): -3907670 or 11165636. OLE color: 11165636.
HSL color Cylindrical-coordinate representation of color #C45FAA: hue angle of 315.45º 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 #C45FAA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 170 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.23 |
| HSL | 315.45º | 0.46% | 0.57% | - |
| HSV(B) | 315.45º | 0.52% | 0.77% | - |
| XYZ | 34.11 | 22.82 | 40.64 | - |
| YUV | 133.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 170 | 0 | 0.52 | 0.13 | 0.23 | 315.45 | 0.46 | 0.57 |
| Hex | C4 | 5F | AA | 0 | 34 | D | 17 | 13B | 2E | 39 |
| Octal | 304 | 137 | 252 | 0 | 64 | 15 | 27 | 473 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10101010 | 0 | 110100 | 1101 | 10111 | 100111011 | 101110 | 111001 |
Color Harmonies of #C45FAA
Complementary color
Monochromatic Colors of #C45FAA
Black with #C45FAA
Text Example
Text Example
White with #C45FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FAA; }
p { color: rgb(196,95,170); }
H1.HeaderClassName
{
color: #C45FAA;
}
.AnyTagClassName
{
color: #C45FAA;
}
</style>
background-color css
<style>
a { background-color: #C45FAA; }
a { background-color: rgb(196,95,170); }
div.DivClassName
{
background-color: #C45FAA;
}
.BgClassName
{
background-color: #C45FAA;
}
</style>
border-color css
<style>
span { border-color: #C45FAA; }
span { border-color: rgb(196,95,170); }
td.TdClassName
{
border-color: #C45FAA;
}
.TagClassName
{
border-color: #C45FAA;
}
</style>