Shades of Fuchsia #C55FAF
Tints of Fuchsia #C55FAF
RGB
CMYK
RGB Variations
Color information
#C55FAF (or 0xC55FAF) is known color: Fuchsia. HEX triplet: C5, 5F and AF. RGB value is (197,95,175). Sum of RGB (Red+Green+Blue) = 197+95+175=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FAF is #3AA050. Grayscale: #868686. Windows color (decimal): -3842129 or 11493317. OLE color: 11493317.
HSL color Cylindrical-coordinate representation of color #C55FAF: hue angle of 312.94º 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 #C55FAF is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 175 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.23 |
| HSL | 312.94º | 0.47% | 0.57% | - |
| HSV(B) | 312.94º | 0.52% | 0.77% | - |
| XYZ | 34.86 | 23.15 | 43.19 | - |
| YUV | 134.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 175 | 0 | 0.52 | 0.11 | 0.23 | 312.94 | 0.47 | 0.57 |
| Hex | C5 | 5F | AF | 0 | 34 | B | 17 | 139 | 2F | 39 |
| Octal | 305 | 137 | 257 | 0 | 64 | 13 | 27 | 471 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10101111 | 0 | 110100 | 1011 | 10111 | 100111001 | 101111 | 111001 |
Color Harmonies of #C55FAF
Complementary color
Monochromatic Colors of #C55FAF
Black with #C55FAF
Text Example
Text Example
White with #C55FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FAF; }
p { color: rgb(197,95,175); }
H1.HeaderClassName
{
color: #C55FAF;
}
.AnyTagClassName
{
color: #C55FAF;
}
</style>
background-color css
<style>
a { background-color: #C55FAF; }
a { background-color: rgb(197,95,175); }
div.DivClassName
{
background-color: #C55FAF;
}
.BgClassName
{
background-color: #C55FAF;
}
</style>
border-color css
<style>
span { border-color: #C55FAF; }
span { border-color: rgb(197,95,175); }
td.TdClassName
{
border-color: #C55FAF;
}
.TagClassName
{
border-color: #C55FAF;
}
</style>