Shades of Fuchsia #C55FAE
Tints of Fuchsia #C55FAE
RGB
CMYK
RGB Variations
Color information
#C55FAE (or 0xC55FAE) is known color: Fuchsia. HEX triplet: C5, 5F and AE. RGB value is (197,95,174). Sum of RGB (Red+Green+Blue) = 197+95+174=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FAE is #3AA051. Grayscale: #868686. Windows color (decimal): -3842130 or 11427781. OLE color: 11427781.
HSL color Cylindrical-coordinate representation of color #C55FAE: hue angle of 313.53º degrees, saturation: 0.47, 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 #C55FAE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 174 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.23 |
| HSL | 313.53º | 0.47% | 0.57% | - |
| HSV(B) | 313.53º | 0.52% | 0.77% | - |
| XYZ | 34.76 | 23.11 | 42.67 | - |
| YUV | 134.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 174 | 0 | 0.52 | 0.12 | 0.23 | 313.53 | 0.47 | 0.57 |
| Hex | C5 | 5F | AE | 0 | 34 | C | 17 | 13A | 2F | 39 |
| Octal | 305 | 137 | 256 | 0 | 64 | 14 | 27 | 472 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10101110 | 0 | 110100 | 1100 | 10111 | 100111010 | 101111 | 111001 |
Color Harmonies of #C55FAE
Complementary color
Monochromatic Colors of #C55FAE
Black with #C55FAE
Text Example
Text Example
White with #C55FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FAE; }
p { color: rgb(197,95,174); }
H1.HeaderClassName
{
color: #C55FAE;
}
.AnyTagClassName
{
color: #C55FAE;
}
</style>
background-color css
<style>
a { background-color: #C55FAE; }
a { background-color: rgb(197,95,174); }
div.DivClassName
{
background-color: #C55FAE;
}
.BgClassName
{
background-color: #C55FAE;
}
</style>
border-color css
<style>
span { border-color: #C55FAE; }
span { border-color: rgb(197,95,174); }
td.TdClassName
{
border-color: #C55FAE;
}
.TagClassName
{
border-color: #C55FAE;
}
</style>