Shades of Fuchsia #C659CA
Tints of Fuchsia #C659CA
RGB
CMYK
RGB Variations
Color information
#C659CA (or 0xC659CA) is known color: Fuchsia. HEX triplet: C6, 59 and CA. RGB value is (198,89,202). Sum of RGB (Red+Green+Blue) = 198+89+202=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C659CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659CA is #39A635. Grayscale: #868686. Windows color (decimal): -3778102 or 13261254. OLE color: 13261254.
HSL color Cylindrical-coordinate representation of color #C659CA: hue angle of 297.88º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C659CA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 89 | 202 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.21 |
| HSL | 297.88º | 0.52% | 0.57% | - |
| HSV(B) | 297.88º | 0.56% | 0.79% | - |
| XYZ | 37.52 | 23.41 | 58.42 | - |
| YUV | 134.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 202 | 0.02 | 0.56 | 0 | 0.21 | 297.88 | 0.52 | 0.57 |
| Hex | C6 | 59 | CA | 2 | 38 | 0 | 15 | 12A | 34 | 39 |
| Octal | 306 | 131 | 312 | 2 | 70 | 0 | 25 | 452 | 64 | 71 |
| Binary | 11000110 | 1011001 | 11001010 | 10 | 111000 | 0 | 10101 | 100101010 | 110100 | 111001 |
Color Harmonies of #C659CA
Complementary color
Monochromatic Colors of #C659CA
Black with #C659CA
Text Example
Text Example
White with #C659CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659CA; }
p { color: rgb(198,89,202); }
H1.HeaderClassName
{
color: #C659CA;
}
.AnyTagClassName
{
color: #C659CA;
}
</style>
background-color css
<style>
a { background-color: #C659CA; }
a { background-color: rgb(198,89,202); }
div.DivClassName
{
background-color: #C659CA;
}
.BgClassName
{
background-color: #C659CA;
}
</style>
border-color css
<style>
span { border-color: #C659CA; }
span { border-color: rgb(198,89,202); }
td.TdClassName
{
border-color: #C659CA;
}
.TagClassName
{
border-color: #C659CA;
}
</style>