Shades of Fuchsia #C659AA
Tints of Fuchsia #C659AA
RGB
CMYK
RGB Variations
Color information
#C659AA (or 0xC659AA) is known color: Fuchsia. HEX triplet: C6, 59 and AA. RGB value is (198,89,170). Sum of RGB (Red+Green+Blue) = 198+89+170=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C659AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659AA is #39A655. Grayscale: #828282. Windows color (decimal): -3778134 or 11164102. OLE color: 11164102.
HSL color Cylindrical-coordinate representation of color #C659AA: hue angle of 315.41º 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 #C659AA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 170 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.22 |
| HSL | 315.41º | 0.49% | 0.56% | - |
| HSV(B) | 315.41º | 0.55% | 0.78% | - |
| XYZ | 34.12 | 22.05 | 40.49 | - |
| YUV | 130.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 170 | 0 | 0.55 | 0.14 | 0.22 | 315.41 | 0.49 | 0.56 |
| Hex | C6 | 59 | AA | 0 | 37 | E | 16 | 13B | 31 | 38 |
| Octal | 306 | 131 | 252 | 0 | 67 | 16 | 26 | 473 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10101010 | 0 | 110111 | 1110 | 10110 | 100111011 | 110001 | 111000 |
Color Harmonies of #C659AA
Complementary color
Monochromatic Colors of #C659AA
Black with #C659AA
Text Example
Text Example
White with #C659AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659AA; }
p { color: rgb(198,89,170); }
H1.HeaderClassName
{
color: #C659AA;
}
.AnyTagClassName
{
color: #C659AA;
}
</style>
background-color css
<style>
a { background-color: #C659AA; }
a { background-color: rgb(198,89,170); }
div.DivClassName
{
background-color: #C659AA;
}
.BgClassName
{
background-color: #C659AA;
}
</style>
border-color css
<style>
span { border-color: #C659AA; }
span { border-color: rgb(198,89,170); }
td.TdClassName
{
border-color: #C659AA;
}
.TagClassName
{
border-color: #C659AA;
}
</style>