Shades of Fuchsia #C45CAC
Tints of Fuchsia #C45CAC
RGB
CMYK
RGB Variations
Color information
#C45CAC (or 0xC45CAC) is known color: Fuchsia. HEX triplet: C4, 5C and AC. RGB value is (196,92,172). Sum of RGB (Red+Green+Blue) = 196+92+172=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CAC is #3BA353. Grayscale: #848484. Windows color (decimal): -3908436 or 11295940. OLE color: 11295940.
HSL color Cylindrical-coordinate representation of color #C45CAC: hue angle of 313.85º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CAC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 172 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.23 |
| HSL | 313.85º | 0.47% | 0.56% | - |
| HSV(B) | 313.85º | 0.53% | 0.77% | - |
| XYZ | 34.04 | 22.37 | 41.55 | - |
| YUV | 132.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 172 | 0 | 0.53 | 0.12 | 0.23 | 313.85 | 0.47 | 0.56 |
| Hex | C4 | 5C | AC | 0 | 35 | C | 17 | 13A | 2F | 38 |
| Octal | 304 | 134 | 254 | 0 | 65 | 14 | 27 | 472 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10101100 | 0 | 110101 | 1100 | 10111 | 100111010 | 101111 | 111000 |
Color Harmonies of #C45CAC
Complementary color
Monochromatic Colors of #C45CAC
Black with #C45CAC
Text Example
Text Example
White with #C45CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CAC; }
p { color: rgb(196,92,172); }
H1.HeaderClassName
{
color: #C45CAC;
}
.AnyTagClassName
{
color: #C45CAC;
}
</style>
background-color css
<style>
a { background-color: #C45CAC; }
a { background-color: rgb(196,92,172); }
div.DivClassName
{
background-color: #C45CAC;
}
.BgClassName
{
background-color: #C45CAC;
}
</style>
border-color css
<style>
span { border-color: #C45CAC; }
span { border-color: rgb(196,92,172); }
td.TdClassName
{
border-color: #C45CAC;
}
.TagClassName
{
border-color: #C45CAC;
}
</style>