Shades of Fuchsia #C55ACD
Tints of Fuchsia #C55ACD
RGB
CMYK
RGB Variations
Color information
#C55ACD (or 0xC55ACD) is known color: Fuchsia. HEX triplet: C5, 5A and CD. RGB value is (197,90,205). Sum of RGB (Red+Green+Blue) = 197+90+205=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ACD is #3AA532. Grayscale: #868686. Windows color (decimal): -3843379 or 13458117. OLE color: 13458117.
HSL color Cylindrical-coordinate representation of color #C55ACD: hue angle of 295.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55ACD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 90 | 205 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.20 |
| HSL | 295.83º | 0.53% | 0.58% | - |
| HSV(B) | 295.83º | 0.56% | 0.8% | - |
| XYZ | 37.7 | 23.59 | 60.32 | - |
| YUV | 135.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 205 | 0.04 | 0.56 | 0 | 0.20 | 295.83 | 0.53 | 0.58 |
| Hex | C5 | 5A | CD | 4 | 38 | 0 | 14 | 128 | 35 | 3A |
| Octal | 305 | 132 | 315 | 4 | 70 | 0 | 24 | 450 | 65 | 72 |
| Binary | 11000101 | 1011010 | 11001101 | 100 | 111000 | 0 | 10100 | 100101000 | 110101 | 111010 |
Color Harmonies of #C55ACD
Complementary color
Monochromatic Colors of #C55ACD
Black with #C55ACD
Text Example
Text Example
White with #C55ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ACD; }
p { color: rgb(197,90,205); }
H1.HeaderClassName
{
color: #C55ACD;
}
.AnyTagClassName
{
color: #C55ACD;
}
</style>
background-color css
<style>
a { background-color: #C55ACD; }
a { background-color: rgb(197,90,205); }
div.DivClassName
{
background-color: #C55ACD;
}
.BgClassName
{
background-color: #C55ACD;
}
</style>
border-color css
<style>
span { border-color: #C55ACD; }
span { border-color: rgb(197,90,205); }
td.TdClassName
{
border-color: #C55ACD;
}
.TagClassName
{
border-color: #C55ACD;
}
</style>