Shades of Fuchsia #C45DAC
Tints of Fuchsia #C45DAC
RGB
CMYK
RGB Variations
Color information
#C45DAC (or 0xC45DAC) is known color: Fuchsia. HEX triplet: C4, 5D and AC. RGB value is (196,93,172). Sum of RGB (Red+Green+Blue) = 196+93+172=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45DAC is #3BA253. Grayscale: #848484. Windows color (decimal): -3908180 or 11296196. OLE color: 11296196.
HSL color Cylindrical-coordinate representation of color #C45DAC: hue angle of 313.98º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45DAC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 172 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.23 |
| HSL | 313.98º | 0.47% | 0.57% | - |
| HSV(B) | 313.98º | 0.53% | 0.77% | - |
| XYZ | 34.13 | 22.54 | 41.58 | - |
| YUV | 132.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 172 | 0 | 0.53 | 0.12 | 0.23 | 313.98 | 0.47 | 0.57 |
| Hex | C4 | 5D | AC | 0 | 35 | C | 17 | 13A | 2F | 39 |
| Octal | 304 | 135 | 254 | 0 | 65 | 14 | 27 | 472 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10101100 | 0 | 110101 | 1100 | 10111 | 100111010 | 101111 | 111001 |
Color Harmonies of #C45DAC
Complementary color
Monochromatic Colors of #C45DAC
Black with #C45DAC
Text Example
Text Example
White with #C45DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DAC; }
p { color: rgb(196,93,172); }
H1.HeaderClassName
{
color: #C45DAC;
}
.AnyTagClassName
{
color: #C45DAC;
}
</style>
background-color css
<style>
a { background-color: #C45DAC; }
a { background-color: rgb(196,93,172); }
div.DivClassName
{
background-color: #C45DAC;
}
.BgClassName
{
background-color: #C45DAC;
}
</style>
border-color css
<style>
span { border-color: #C45DAC; }
span { border-color: rgb(196,93,172); }
td.TdClassName
{
border-color: #C45DAC;
}
.TagClassName
{
border-color: #C45DAC;
}
</style>