Shades of Fuchsia #C659CC
Tints of Fuchsia #C659CC
RGB
CMYK
RGB Variations
Color information
#C659CC (or 0xC659CC) is known color: Fuchsia. HEX triplet: C6, 59 and CC. RGB value is (198,89,204). Sum of RGB (Red+Green+Blue) = 198+89+204=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C659CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659CC is #39A633. Grayscale: #868686. Windows color (decimal): -3778100 or 13392326. OLE color: 13392326.
HSL color Cylindrical-coordinate representation of color #C659CC: hue angle of 296.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C659CC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 89 | 204 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.2 |
| HSL | 296.87º | 0.53% | 0.57% | - |
| HSV(B) | 296.87º | 0.56% | 0.8% | - |
| XYZ | 37.76 | 23.51 | 59.67 | - |
| YUV | 134.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 204 | 0.03 | 0.56 | 0 | 0.2 | 296.87 | 0.53 | 0.57 |
| Hex | C6 | 59 | CC | 3 | 38 | 0 | 14 | 129 | 35 | 39 |
| Octal | 306 | 131 | 314 | 3 | 70 | 0 | 24 | 451 | 65 | 71 |
| Binary | 11000110 | 1011001 | 11001100 | 11 | 111000 | 0 | 10100 | 100101001 | 110101 | 111001 |
Color Harmonies of #C659CC
Complementary color
Monochromatic Colors of #C659CC
Black with #C659CC
Text Example
Text Example
White with #C659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659CC; }
p { color: rgb(198,89,204); }
H1.HeaderClassName
{
color: #C659CC;
}
.AnyTagClassName
{
color: #C659CC;
}
</style>
background-color css
<style>
a { background-color: #C659CC; }
a { background-color: rgb(198,89,204); }
div.DivClassName
{
background-color: #C659CC;
}
.BgClassName
{
background-color: #C659CC;
}
</style>
border-color css
<style>
span { border-color: #C659CC; }
span { border-color: rgb(198,89,204); }
td.TdClassName
{
border-color: #C659CC;
}
.TagClassName
{
border-color: #C659CC;
}
</style>