Shades of Fuchsia #C659B2
Tints of Fuchsia #C659B2
RGB
CMYK
RGB Variations
Color information
#C659B2 (or 0xC659B2) is known color: Fuchsia. HEX triplet: C6, 59 and B2. RGB value is (198,89,178). Sum of RGB (Red+Green+Blue) = 198+89+178=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C659B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659B2 is #39A64D. Grayscale: #838383. Windows color (decimal): -3778126 or 11688390. OLE color: 11688390.
HSL color Cylindrical-coordinate representation of color #C659B2: hue angle of 311.01º 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 #C659B2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 178 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.22 |
| HSL | 311.01º | 0.49% | 0.56% | - |
| HSV(B) | 311.01º | 0.55% | 0.78% | - |
| XYZ | 34.9 | 22.36 | 44.6 | - |
| YUV | 131.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 178 | 0 | 0.55 | 0.10 | 0.22 | 311.01 | 0.49 | 0.56 |
| Hex | C6 | 59 | B2 | 0 | 37 | A | 16 | 137 | 31 | 38 |
| Octal | 306 | 131 | 262 | 0 | 67 | 12 | 26 | 467 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10110010 | 0 | 110111 | 1010 | 10110 | 100110111 | 110001 | 111000 |
Color Harmonies of #C659B2
Complementary color
Monochromatic Colors of #C659B2
Black with #C659B2
Text Example
Text Example
White with #C659B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659B2; }
p { color: rgb(198,89,178); }
H1.HeaderClassName
{
color: #C659B2;
}
.AnyTagClassName
{
color: #C659B2;
}
</style>
background-color css
<style>
a { background-color: #C659B2; }
a { background-color: rgb(198,89,178); }
div.DivClassName
{
background-color: #C659B2;
}
.BgClassName
{
background-color: #C659B2;
}
</style>
border-color css
<style>
span { border-color: #C659B2; }
span { border-color: rgb(198,89,178); }
td.TdClassName
{
border-color: #C659B2;
}
.TagClassName
{
border-color: #C659B2;
}
</style>