Shades of Fuchsia #C659AF
Tints of Fuchsia #C659AF
RGB
CMYK
RGB Variations
Color information
#C659AF (or 0xC659AF) is known color: Fuchsia. HEX triplet: C6, 59 and AF. RGB value is (198,89,175). Sum of RGB (Red+Green+Blue) = 198+89+175=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C659AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659AF is #39A650. Grayscale: #838383. Windows color (decimal): -3778129 or 11491782. OLE color: 11491782.
HSL color Cylindrical-coordinate representation of color #C659AF: hue angle of 312.66º 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 #C659AF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 175 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 312.66º | 0.49% | 0.56% | - |
| HSV(B) | 312.66º | 0.55% | 0.78% | - |
| XYZ | 34.6 | 22.25 | 43.03 | - |
| YUV | 131.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 175 | 0 | 0.55 | 0.12 | 0.22 | 312.66 | 0.49 | 0.56 |
| Hex | C6 | 59 | AF | 0 | 37 | C | 16 | 139 | 31 | 38 |
| Octal | 306 | 131 | 257 | 0 | 67 | 14 | 26 | 471 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10101111 | 0 | 110111 | 1100 | 10110 | 100111001 | 110001 | 111000 |
Color Harmonies of #C659AF
Complementary color
Monochromatic Colors of #C659AF
Black with #C659AF
Text Example
Text Example
White with #C659AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659AF; }
p { color: rgb(198,89,175); }
H1.HeaderClassName
{
color: #C659AF;
}
.AnyTagClassName
{
color: #C659AF;
}
</style>
background-color css
<style>
a { background-color: #C659AF; }
a { background-color: rgb(198,89,175); }
div.DivClassName
{
background-color: #C659AF;
}
.BgClassName
{
background-color: #C659AF;
}
</style>
border-color css
<style>
span { border-color: #C659AF; }
span { border-color: rgb(198,89,175); }
td.TdClassName
{
border-color: #C659AF;
}
.TagClassName
{
border-color: #C659AF;
}
</style>