Shades of Fuchsia #C659BA
Tints of Fuchsia #C659BA
RGB
CMYK
RGB Variations
Color information
#C659BA (or 0xC659BA) is known color: Fuchsia. HEX triplet: C6, 59 and BA. RGB value is (198,89,186). Sum of RGB (Red+Green+Blue) = 198+89+186=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C659BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659BA is #39A645. Grayscale: #848484. Windows color (decimal): -3778118 or 12212678. OLE color: 12212678.
HSL color Cylindrical-coordinate representation of color #C659BA: hue angle of 306.61º 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 #C659BA is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 186 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.22 |
| HSL | 306.61º | 0.49% | 0.56% | - |
| HSV(B) | 306.61º | 0.55% | 0.78% | - |
| XYZ | 35.72 | 22.7 | 48.95 | - |
| YUV | 132.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 186 | 0 | 0.55 | 0.06 | 0.22 | 306.61 | 0.49 | 0.56 |
| Hex | C6 | 59 | BA | 0 | 37 | 6 | 16 | 133 | 31 | 38 |
| Octal | 306 | 131 | 272 | 0 | 67 | 6 | 26 | 463 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10111010 | 0 | 110111 | 110 | 10110 | 100110011 | 110001 | 111000 |
Color Harmonies of #C659BA
Complementary color
Monochromatic Colors of #C659BA
Black with #C659BA
Text Example
Text Example
White with #C659BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659BA; }
p { color: rgb(198,89,186); }
H1.HeaderClassName
{
color: #C659BA;
}
.AnyTagClassName
{
color: #C659BA;
}
</style>
background-color css
<style>
a { background-color: #C659BA; }
a { background-color: rgb(198,89,186); }
div.DivClassName
{
background-color: #C659BA;
}
.BgClassName
{
background-color: #C659BA;
}
</style>
border-color css
<style>
span { border-color: #C659BA; }
span { border-color: rgb(198,89,186); }
td.TdClassName
{
border-color: #C659BA;
}
.TagClassName
{
border-color: #C659BA;
}
</style>