Shades of Fuchsia #C54ACE
Tints of Fuchsia #C54ACE
RGB
CMYK
RGB Variations
Color information
#C54ACE (or 0xC54ACE) is known color: Fuchsia. HEX triplet: C5, 4A and CE. RGB value is (197,74,206). Sum of RGB (Red+Green+Blue) = 197+74+206=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C54ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ACE is #3AB531. Grayscale: #7D7D7D. Windows color (decimal): -3847474 or 13519557. OLE color: 13519557.
HSL color Cylindrical-coordinate representation of color #C54ACE: hue angle of 295.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54ACE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 74 | 206 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.19 |
| HSL | 295.91º | 0.57% | 0.55% | - |
| HSV(B) | 295.91º | 0.64% | 0.81% | - |
| XYZ | 36.62 | 21.22 | 60.56 | - |
| YUV | 125.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 206 | 0.04 | 0.64 | 0 | 0.19 | 295.91 | 0.57 | 0.55 |
| Hex | C5 | 4A | CE | 4 | 40 | 0 | 13 | 128 | 39 | 37 |
| Octal | 305 | 112 | 316 | 4 | 100 | 0 | 23 | 450 | 71 | 67 |
| Binary | 11000101 | 1001010 | 11001110 | 100 | 1000000 | 0 | 10011 | 100101000 | 111001 | 110111 |
Color Harmonies of #C54ACE
Complementary color
Monochromatic Colors of #C54ACE
Black with #C54ACE
Text Example
Text Example
White with #C54ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ACE; }
p { color: rgb(197,74,206); }
H1.HeaderClassName
{
color: #C54ACE;
}
.AnyTagClassName
{
color: #C54ACE;
}
</style>
background-color css
<style>
a { background-color: #C54ACE; }
a { background-color: rgb(197,74,206); }
div.DivClassName
{
background-color: #C54ACE;
}
.BgClassName
{
background-color: #C54ACE;
}
</style>
border-color css
<style>
span { border-color: #C54ACE; }
span { border-color: rgb(197,74,206); }
td.TdClassName
{
border-color: #C54ACE;
}
.TagClassName
{
border-color: #C54ACE;
}
</style>