Shades of Fuchsia #C55ACE
Tints of Fuchsia #C55ACE
RGB
CMYK
RGB Variations
Color information
#C55ACE (or 0xC55ACE) is known color: Fuchsia. HEX triplet: C5, 5A and CE. RGB value is (197,90,206). Sum of RGB (Red+Green+Blue) = 197+90+206=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ACE is #3AA531. Grayscale: #868686. Windows color (decimal): -3843378 or 13523653. OLE color: 13523653.
HSL color Cylindrical-coordinate representation of color #C55ACE: hue angle of 295.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55ACE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 90 | 206 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.19 |
| HSL | 295.34º | 0.54% | 0.58% | - |
| HSV(B) | 295.34º | 0.56% | 0.81% | - |
| XYZ | 37.82 | 23.64 | 60.96 | - |
| YUV | 135.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 206 | 0.04 | 0.56 | 0 | 0.19 | 295.34 | 0.54 | 0.58 |
| Hex | C5 | 5A | CE | 4 | 38 | 0 | 13 | 127 | 36 | 3A |
| Octal | 305 | 132 | 316 | 4 | 70 | 0 | 23 | 447 | 66 | 72 |
| Binary | 11000101 | 1011010 | 11001110 | 100 | 111000 | 0 | 10011 | 100100111 | 110110 | 111010 |
Color Harmonies of #C55ACE
Complementary color
Monochromatic Colors of #C55ACE
Black with #C55ACE
Text Example
Text Example
White with #C55ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ACE; }
p { color: rgb(197,90,206); }
H1.HeaderClassName
{
color: #C55ACE;
}
.AnyTagClassName
{
color: #C55ACE;
}
</style>
background-color css
<style>
a { background-color: #C55ACE; }
a { background-color: rgb(197,90,206); }
div.DivClassName
{
background-color: #C55ACE;
}
.BgClassName
{
background-color: #C55ACE;
}
</style>
border-color css
<style>
span { border-color: #C55ACE; }
span { border-color: rgb(197,90,206); }
td.TdClassName
{
border-color: #C55ACE;
}
.TagClassName
{
border-color: #C55ACE;
}
</style>