Shades of Fuchsia #C655AF
Tints of Fuchsia #C655AF
RGB
CMYK
RGB Variations
Color information
#C655AF (or 0xC655AF) is known color: Fuchsia. HEX triplet: C6, 55 and AF. RGB value is (198,85,175). Sum of RGB (Red+Green+Blue) = 198+85+175=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C655AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655AF is #39AA50. Grayscale: #808080. Windows color (decimal): -3779153 or 11490758. OLE color: 11490758.
HSL color Cylindrical-coordinate representation of color #C655AF: hue angle of 312.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C655AF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 175 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.21º | 0.5% | 0.55% | - |
| HSV(B) | 312.21º | 0.57% | 0.78% | - |
| XYZ | 34.28 | 21.6 | 42.92 | - |
| YUV | 129.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 175 | 0 | 0.57 | 0.12 | 0.22 | 312.21 | 0.5 | 0.55 |
| Hex | C6 | 55 | AF | 0 | 39 | C | 16 | 138 | 32 | 37 |
| Octal | 306 | 125 | 257 | 0 | 71 | 14 | 26 | 470 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10101111 | 0 | 111001 | 1100 | 10110 | 100111000 | 110010 | 110111 |
Color Harmonies of #C655AF
Complementary color
Monochromatic Colors of #C655AF
Black with #C655AF
Text Example
Text Example
White with #C655AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655AF; }
p { color: rgb(198,85,175); }
H1.HeaderClassName
{
color: #C655AF;
}
.AnyTagClassName
{
color: #C655AF;
}
</style>
background-color css
<style>
a { background-color: #C655AF; }
a { background-color: rgb(198,85,175); }
div.DivClassName
{
background-color: #C655AF;
}
.BgClassName
{
background-color: #C655AF;
}
</style>
border-color css
<style>
span { border-color: #C655AF; }
span { border-color: rgb(198,85,175); }
td.TdClassName
{
border-color: #C655AF;
}
.TagClassName
{
border-color: #C655AF;
}
</style>