Shades of Fuchsia #C659AB
Tints of Fuchsia #C659AB
RGB
CMYK
RGB Variations
Color information
#C659AB (or 0xC659AB) is known color: Fuchsia. HEX triplet: C6, 59 and AB. RGB value is (198,89,171). Sum of RGB (Red+Green+Blue) = 198+89+171=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C659AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659AB is #39A654. Grayscale: #828282. Windows color (decimal): -3778133 or 11229638. OLE color: 11229638.
HSL color Cylindrical-coordinate representation of color #C659AB: hue angle of 314.86º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C659AB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 171 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.22 |
| HSL | 314.86º | 0.49% | 0.56% | - |
| HSV(B) | 314.86º | 0.55% | 0.78% | - |
| XYZ | 34.21 | 22.09 | 40.99 | - |
| YUV | 130.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 171 | 0 | 0.55 | 0.14 | 0.22 | 314.86 | 0.49 | 0.56 |
| Hex | C6 | 59 | AB | 0 | 37 | E | 16 | 13B | 31 | 38 |
| Octal | 306 | 131 | 253 | 0 | 67 | 16 | 26 | 473 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10101011 | 0 | 110111 | 1110 | 10110 | 100111011 | 110001 | 111000 |
Color Harmonies of #C659AB
Complementary color
Monochromatic Colors of #C659AB
Black with #C659AB
Text Example
Text Example
White with #C659AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659AB; }
p { color: rgb(198,89,171); }
H1.HeaderClassName
{
color: #C659AB;
}
.AnyTagClassName
{
color: #C659AB;
}
</style>
background-color css
<style>
a { background-color: #C659AB; }
a { background-color: rgb(198,89,171); }
div.DivClassName
{
background-color: #C659AB;
}
.BgClassName
{
background-color: #C659AB;
}
</style>
border-color css
<style>
span { border-color: #C659AB; }
span { border-color: rgb(198,89,171); }
td.TdClassName
{
border-color: #C659AB;
}
.TagClassName
{
border-color: #C659AB;
}
</style>