Shades of Fuchsia #C659BC
Tints of Fuchsia #C659BC
RGB
CMYK
RGB Variations
Color information
#C659BC (or 0xC659BC) is known color: Fuchsia. HEX triplet: C6, 59 and BC. RGB value is (198,89,188). Sum of RGB (Red+Green+Blue) = 198+89+188=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C659BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659BC is #39A643. Grayscale: #848484. Windows color (decimal): -3778116 or 12343750. OLE color: 12343750.
HSL color Cylindrical-coordinate representation of color #C659BC: hue angle of 305.5º 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 #C659BC is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 188 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.22 |
| HSL | 305.5º | 0.49% | 0.56% | - |
| HSV(B) | 305.5º | 0.55% | 0.78% | - |
| XYZ | 35.94 | 22.78 | 50.08 | - |
| YUV | 132.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 188 | 0 | 0.55 | 0.05 | 0.22 | 305.5 | 0.49 | 0.56 |
| Hex | C6 | 59 | BC | 0 | 37 | 5 | 16 | 132 | 31 | 38 |
| Octal | 306 | 131 | 274 | 0 | 67 | 5 | 26 | 462 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10111100 | 0 | 110111 | 101 | 10110 | 100110010 | 110001 | 111000 |
Color Harmonies of #C659BC
Complementary color
Monochromatic Colors of #C659BC
Black with #C659BC
Text Example
Text Example
White with #C659BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659BC; }
p { color: rgb(198,89,188); }
H1.HeaderClassName
{
color: #C659BC;
}
.AnyTagClassName
{
color: #C659BC;
}
</style>
background-color css
<style>
a { background-color: #C659BC; }
a { background-color: rgb(198,89,188); }
div.DivClassName
{
background-color: #C659BC;
}
.BgClassName
{
background-color: #C659BC;
}
</style>
border-color css
<style>
span { border-color: #C659BC; }
span { border-color: rgb(198,89,188); }
td.TdClassName
{
border-color: #C659BC;
}
.TagClassName
{
border-color: #C659BC;
}
</style>