Shades of Fuchsia #C654AB
Tints of Fuchsia #C654AB
RGB
CMYK
RGB Variations
Color information
#C654AB (or 0xC654AB) is known color: Fuchsia. HEX triplet: C6, 54 and AB. RGB value is (198,84,171). Sum of RGB (Red+Green+Blue) = 198+84+171=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C654AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C654AB is #39AB54. Grayscale: #7F7F7F. Windows color (decimal): -3779413 or 11228358. OLE color: 11228358.
HSL color Cylindrical-coordinate representation of color #C654AB: hue angle of 314.21º 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 #C654AB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 171 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.21º | 0.5% | 0.55% | - |
| HSV(B) | 314.21º | 0.58% | 0.78% | - |
| XYZ | 33.81 | 21.29 | 40.85 | - |
| YUV | 128 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 171 | 0 | 0.58 | 0.14 | 0.22 | 314.21 | 0.5 | 0.55 |
| Hex | C6 | 54 | AB | 0 | 3A | E | 16 | 13A | 32 | 37 |
| Octal | 306 | 124 | 253 | 0 | 72 | 16 | 26 | 472 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10101011 | 0 | 111010 | 1110 | 10110 | 100111010 | 110010 | 110111 |
Color Harmonies of #C654AB
Complementary color
Monochromatic Colors of #C654AB
Black with #C654AB
Text Example
Text Example
White with #C654AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654AB; }
p { color: rgb(198,84,171); }
H1.HeaderClassName
{
color: #C654AB;
}
.AnyTagClassName
{
color: #C654AB;
}
</style>
background-color css
<style>
a { background-color: #C654AB; }
a { background-color: rgb(198,84,171); }
div.DivClassName
{
background-color: #C654AB;
}
.BgClassName
{
background-color: #C654AB;
}
</style>
border-color css
<style>
span { border-color: #C654AB; }
span { border-color: rgb(198,84,171); }
td.TdClassName
{
border-color: #C654AB;
}
.TagClassName
{
border-color: #C654AB;
}
</style>