Shades of Fuchsia #C654AF
Tints of Fuchsia #C654AF
RGB
CMYK
RGB Variations
Color information
#C654AF (or 0xC654AF) is known color: Fuchsia. HEX triplet: C6, 54 and AF. RGB value is (198,84,175). Sum of RGB (Red+Green+Blue) = 198+84+175=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C654AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C654AF is #39AB50. Grayscale: #808080. Windows color (decimal): -3779409 or 11490502. OLE color: 11490502.
HSL color Cylindrical-coordinate representation of color #C654AF: hue angle of 312.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654AF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 175 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.22 |
| HSL | 312.11º | 0.5% | 0.55% | - |
| HSV(B) | 312.11º | 0.58% | 0.78% | - |
| XYZ | 34.2 | 21.44 | 42.89 | - |
| YUV | 128.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 175 | 0 | 0.58 | 0.12 | 0.22 | 312.11 | 0.5 | 0.55 |
| Hex | C6 | 54 | AF | 0 | 3A | C | 16 | 138 | 32 | 37 |
| Octal | 306 | 124 | 257 | 0 | 72 | 14 | 26 | 470 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10101111 | 0 | 111010 | 1100 | 10110 | 100111000 | 110010 | 110111 |
Color Harmonies of #C654AF
Complementary color
Monochromatic Colors of #C654AF
Black with #C654AF
Text Example
Text Example
White with #C654AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654AF; }
p { color: rgb(198,84,175); }
H1.HeaderClassName
{
color: #C654AF;
}
.AnyTagClassName
{
color: #C654AF;
}
</style>
background-color css
<style>
a { background-color: #C654AF; }
a { background-color: rgb(198,84,175); }
div.DivClassName
{
background-color: #C654AF;
}
.BgClassName
{
background-color: #C654AF;
}
</style>
border-color css
<style>
span { border-color: #C654AF; }
span { border-color: rgb(198,84,175); }
td.TdClassName
{
border-color: #C654AF;
}
.TagClassName
{
border-color: #C654AF;
}
</style>