Shades of Fuchsia #C659CE
Tints of Fuchsia #C659CE
RGB
CMYK
RGB Variations
Color information
#C659CE (or 0xC659CE) is known color: Fuchsia. HEX triplet: C6, 59 and CE. RGB value is (198,89,206). Sum of RGB (Red+Green+Blue) = 198+89+206=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C659CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659CE is #39A631. Grayscale: #868686. Windows color (decimal): -3778098 or 13523398. OLE color: 13523398.
HSL color Cylindrical-coordinate representation of color #C659CE: hue angle of 295.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C659CE is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 89 | 206 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.19 |
| HSL | 295.9º | 0.54% | 0.58% | - |
| HSV(B) | 295.9º | 0.57% | 0.81% | - |
| XYZ | 38 | 23.61 | 60.95 | - |
| YUV | 134.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 206 | 0.04 | 0.57 | 0 | 0.19 | 295.9 | 0.54 | 0.58 |
| Hex | C6 | 59 | CE | 4 | 39 | 0 | 13 | 128 | 36 | 3A |
| Octal | 306 | 131 | 316 | 4 | 71 | 0 | 23 | 450 | 66 | 72 |
| Binary | 11000110 | 1011001 | 11001110 | 100 | 111001 | 0 | 10011 | 100101000 | 110110 | 111010 |
Color Harmonies of #C659CE
Complementary color
Monochromatic Colors of #C659CE
Black with #C659CE
Text Example
Text Example
White with #C659CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659CE; }
p { color: rgb(198,89,206); }
H1.HeaderClassName
{
color: #C659CE;
}
.AnyTagClassName
{
color: #C659CE;
}
</style>
background-color css
<style>
a { background-color: #C659CE; }
a { background-color: rgb(198,89,206); }
div.DivClassName
{
background-color: #C659CE;
}
.BgClassName
{
background-color: #C659CE;
}
</style>
border-color css
<style>
span { border-color: #C659CE; }
span { border-color: rgb(198,89,206); }
td.TdClassName
{
border-color: #C659CE;
}
.TagClassName
{
border-color: #C659CE;
}
</style>