Shades of Fuchsia #C45FAC
Tints of Fuchsia #C45FAC
RGB
CMYK
RGB Variations
Color information
#C45FAC (or 0xC45FAC) is known color: Fuchsia. HEX triplet: C4, 5F and AC. RGB value is (196,95,172). Sum of RGB (Red+Green+Blue) = 196+95+172=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FAC is #3BA053. Grayscale: #858585. Windows color (decimal): -3907668 or 11296708. OLE color: 11296708.
HSL color Cylindrical-coordinate representation of color #C45FAC: hue angle of 314.26º 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 #C45FAC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 172 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.23 |
| HSL | 314.26º | 0.46% | 0.57% | - |
| HSV(B) | 314.26º | 0.52% | 0.77% | - |
| XYZ | 34.3 | 22.9 | 41.64 | - |
| YUV | 133.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 172 | 0 | 0.52 | 0.12 | 0.23 | 314.26 | 0.46 | 0.57 |
| Hex | C4 | 5F | AC | 0 | 34 | C | 17 | 13A | 2E | 39 |
| Octal | 304 | 137 | 254 | 0 | 64 | 14 | 27 | 472 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10101100 | 0 | 110100 | 1100 | 10111 | 100111010 | 101110 | 111001 |
Color Harmonies of #C45FAC
Complementary color
Monochromatic Colors of #C45FAC
Black with #C45FAC
Text Example
Text Example
White with #C45FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FAC; }
p { color: rgb(196,95,172); }
H1.HeaderClassName
{
color: #C45FAC;
}
.AnyTagClassName
{
color: #C45FAC;
}
</style>
background-color css
<style>
a { background-color: #C45FAC; }
a { background-color: rgb(196,95,172); }
div.DivClassName
{
background-color: #C45FAC;
}
.BgClassName
{
background-color: #C45FAC;
}
</style>
border-color css
<style>
span { border-color: #C45FAC; }
span { border-color: rgb(196,95,172); }
td.TdClassName
{
border-color: #C45FAC;
}
.TagClassName
{
border-color: #C45FAC;
}
</style>