Shades of Fuchsia #C45CAE
Tints of Fuchsia #C45CAE
RGB
CMYK
RGB Variations
Color information
#C45CAE (or 0xC45CAE) is known color: Fuchsia. HEX triplet: C4, 5C and AE. RGB value is (196,92,174). Sum of RGB (Red+Green+Blue) = 196+92+174=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CAE is #3BA351. Grayscale: #848484. Windows color (decimal): -3908434 or 11427012. OLE color: 11427012.
HSL color Cylindrical-coordinate representation of color #C45CAE: hue angle of 312.69º 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 #C45CAE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 174 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.23 |
| HSL | 312.69º | 0.47% | 0.56% | - |
| HSV(B) | 312.69º | 0.53% | 0.77% | - |
| XYZ | 34.23 | 22.45 | 42.57 | - |
| YUV | 132.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 174 | 0 | 0.53 | 0.11 | 0.23 | 312.69 | 0.47 | 0.56 |
| Hex | C4 | 5C | AE | 0 | 35 | B | 17 | 139 | 2F | 38 |
| Octal | 304 | 134 | 256 | 0 | 65 | 13 | 27 | 471 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10101110 | 0 | 110101 | 1011 | 10111 | 100111001 | 101111 | 111000 |
Color Harmonies of #C45CAE
Complementary color
Monochromatic Colors of #C45CAE
Black with #C45CAE
Text Example
Text Example
White with #C45CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CAE; }
p { color: rgb(196,92,174); }
H1.HeaderClassName
{
color: #C45CAE;
}
.AnyTagClassName
{
color: #C45CAE;
}
</style>
background-color css
<style>
a { background-color: #C45CAE; }
a { background-color: rgb(196,92,174); }
div.DivClassName
{
background-color: #C45CAE;
}
.BgClassName
{
background-color: #C45CAE;
}
</style>
border-color css
<style>
span { border-color: #C45CAE; }
span { border-color: rgb(196,92,174); }
td.TdClassName
{
border-color: #C45CAE;
}
.TagClassName
{
border-color: #C45CAE;
}
</style>