Shades of Fuchsia #C559CD
Tints of Fuchsia #C559CD
RGB
CMYK
RGB Variations
Color information
#C559CD (or 0xC559CD) is known color: Fuchsia. HEX triplet: C5, 59 and CD. RGB value is (197,89,205). Sum of RGB (Red+Green+Blue) = 197+89+205=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C559CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559CD is #3AA632. Grayscale: #868686. Windows color (decimal): -3843635 or 13457861. OLE color: 13457861.
HSL color Cylindrical-coordinate representation of color #C559CD: hue angle of 295.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C559CD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 89 | 205 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.20 |
| HSL | 295.86º | 0.54% | 0.58% | - |
| HSV(B) | 295.86º | 0.57% | 0.8% | - |
| XYZ | 37.62 | 23.42 | 60.3 | - |
| YUV | 134.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 205 | 0.04 | 0.57 | 0 | 0.20 | 295.86 | 0.54 | 0.58 |
| Hex | C5 | 59 | CD | 4 | 39 | 0 | 14 | 128 | 36 | 3A |
| Octal | 305 | 131 | 315 | 4 | 71 | 0 | 24 | 450 | 66 | 72 |
| Binary | 11000101 | 1011001 | 11001101 | 100 | 111001 | 0 | 10100 | 100101000 | 110110 | 111010 |
Color Harmonies of #C559CD
Complementary color
Monochromatic Colors of #C559CD
Black with #C559CD
Text Example
Text Example
White with #C559CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559CD; }
p { color: rgb(197,89,205); }
H1.HeaderClassName
{
color: #C559CD;
}
.AnyTagClassName
{
color: #C559CD;
}
</style>
background-color css
<style>
a { background-color: #C559CD; }
a { background-color: rgb(197,89,205); }
div.DivClassName
{
background-color: #C559CD;
}
.BgClassName
{
background-color: #C559CD;
}
</style>
border-color css
<style>
span { border-color: #C559CD; }
span { border-color: rgb(197,89,205); }
td.TdClassName
{
border-color: #C559CD;
}
.TagClassName
{
border-color: #C559CD;
}
</style>