Shades of Fuchsia #C55FAD
Tints of Fuchsia #C55FAD
RGB
CMYK
RGB Variations
Color information
#C55FAD (or 0xC55FAD) is known color: Fuchsia. HEX triplet: C5, 5F and AD. RGB value is (197,95,173). Sum of RGB (Red+Green+Blue) = 197+95+173=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FAD is #3AA052. Grayscale: #868686. Windows color (decimal): -3842131 or 11362245. OLE color: 11362245.
HSL color Cylindrical-coordinate representation of color #C55FAD: hue angle of 314.12º 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 #C55FAD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 173 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.23 |
| HSL | 314.12º | 0.47% | 0.57% | - |
| HSV(B) | 314.12º | 0.52% | 0.77% | - |
| XYZ | 34.66 | 23.07 | 42.16 | - |
| YUV | 134.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 173 | 0 | 0.52 | 0.12 | 0.23 | 314.12 | 0.47 | 0.57 |
| Hex | C5 | 5F | AD | 0 | 34 | C | 17 | 13A | 2F | 39 |
| Octal | 305 | 137 | 255 | 0 | 64 | 14 | 27 | 472 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10101101 | 0 | 110100 | 1100 | 10111 | 100111010 | 101111 | 111001 |
Color Harmonies of #C55FAD
Complementary color
Monochromatic Colors of #C55FAD
Black with #C55FAD
Text Example
Text Example
White with #C55FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FAD; }
p { color: rgb(197,95,173); }
H1.HeaderClassName
{
color: #C55FAD;
}
.AnyTagClassName
{
color: #C55FAD;
}
</style>
background-color css
<style>
a { background-color: #C55FAD; }
a { background-color: rgb(197,95,173); }
div.DivClassName
{
background-color: #C55FAD;
}
.BgClassName
{
background-color: #C55FAD;
}
</style>
border-color css
<style>
span { border-color: #C55FAD; }
span { border-color: rgb(197,95,173); }
td.TdClassName
{
border-color: #C55FAD;
}
.TagClassName
{
border-color: #C55FAD;
}
</style>