Shades of Fuchsia #C55DC9
Tints of Fuchsia #C55DC9
RGB
CMYK
RGB Variations
Color information
#C55DC9 (or 0xC55DC9) is known color: Fuchsia. HEX triplet: C5, 5D and C9. RGB value is (197,93,201). Sum of RGB (Red+Green+Blue) = 197+93+201=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DC9 is #3AA236. Grayscale: #888888. Windows color (decimal): -3842615 or 13196741. OLE color: 13196741.
HSL color Cylindrical-coordinate representation of color #C55DC9: hue angle of 297.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55DC9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 93 | 201 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.21 |
| HSL | 297.78º | 0.5% | 0.58% | - |
| HSV(B) | 297.78º | 0.54% | 0.79% | - |
| XYZ | 37.48 | 23.92 | 57.9 | - |
| YUV | 136.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 201 | 0.02 | 0.54 | 0 | 0.21 | 297.78 | 0.5 | 0.58 |
| Hex | C5 | 5D | C9 | 2 | 36 | 0 | 15 | 12A | 32 | 3A |
| Octal | 305 | 135 | 311 | 2 | 66 | 0 | 25 | 452 | 62 | 72 |
| Binary | 11000101 | 1011101 | 11001001 | 10 | 110110 | 0 | 10101 | 100101010 | 110010 | 111010 |
Color Harmonies of #C55DC9
Complementary color
Monochromatic Colors of #C55DC9
Black with #C55DC9
Text Example
Text Example
White with #C55DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DC9; }
p { color: rgb(197,93,201); }
H1.HeaderClassName
{
color: #C55DC9;
}
.AnyTagClassName
{
color: #C55DC9;
}
</style>
background-color css
<style>
a { background-color: #C55DC9; }
a { background-color: rgb(197,93,201); }
div.DivClassName
{
background-color: #C55DC9;
}
.BgClassName
{
background-color: #C55DC9;
}
</style>
border-color css
<style>
span { border-color: #C55DC9; }
span { border-color: rgb(197,93,201); }
td.TdClassName
{
border-color: #C55DC9;
}
.TagClassName
{
border-color: #C55DC9;
}
</style>