Shades of Fuchsia #C659BF
Tints of Fuchsia #C659BF
RGB
CMYK
RGB Variations
Color information
#C659BF (or 0xC659BF) is known color: Fuchsia. HEX triplet: C6, 59 and BF. RGB value is (198,89,191). Sum of RGB (Red+Green+Blue) = 198+89+191=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C659BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659BF is #39A640. Grayscale: #848484. Windows color (decimal): -3778113 or 12540358. OLE color: 12540358.
HSL color Cylindrical-coordinate representation of color #C659BF: hue angle of 303.85º 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 #C659BF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 191 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.22 |
| HSL | 303.85º | 0.49% | 0.56% | - |
| HSV(B) | 303.85º | 0.55% | 0.78% | - |
| XYZ | 36.27 | 22.91 | 51.8 | - |
| YUV | 133.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 191 | 0 | 0.55 | 0.04 | 0.22 | 303.85 | 0.49 | 0.56 |
| Hex | C6 | 59 | BF | 0 | 37 | 4 | 16 | 130 | 31 | 38 |
| Octal | 306 | 131 | 277 | 0 | 67 | 4 | 26 | 460 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10111111 | 0 | 110111 | 100 | 10110 | 100110000 | 110001 | 111000 |
Color Harmonies of #C659BF
Complementary color
Monochromatic Colors of #C659BF
Black with #C659BF
Text Example
Text Example
White with #C659BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659BF; }
p { color: rgb(198,89,191); }
H1.HeaderClassName
{
color: #C659BF;
}
.AnyTagClassName
{
color: #C659BF;
}
</style>
background-color css
<style>
a { background-color: #C659BF; }
a { background-color: rgb(198,89,191); }
div.DivClassName
{
background-color: #C659BF;
}
.BgClassName
{
background-color: #C659BF;
}
</style>
border-color css
<style>
span { border-color: #C659BF; }
span { border-color: rgb(198,89,191); }
td.TdClassName
{
border-color: #C659BF;
}
.TagClassName
{
border-color: #C659BF;
}
</style>