Shades of Fuchsia #C54ACC
Tints of Fuchsia #C54ACC
RGB
CMYK
RGB Variations
Color information
#C54ACC (or 0xC54ACC) is known color: Fuchsia. HEX triplet: C5, 4A and CC. RGB value is (197,74,204). Sum of RGB (Red+Green+Blue) = 197+74+204=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C54ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ACC is #3AB533. Grayscale: #7D7D7D. Windows color (decimal): -3847476 or 13388485. OLE color: 13388485.
HSL color Cylindrical-coordinate representation of color #C54ACC: hue angle of 296.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54ACC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 74 | 204 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.2 |
| HSL | 296.77º | 0.56% | 0.55% | - |
| HSV(B) | 296.77º | 0.64% | 0.8% | - |
| XYZ | 36.37 | 21.13 | 59.29 | - |
| YUV | 125.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 204 | 0.03 | 0.64 | 0 | 0.2 | 296.77 | 0.56 | 0.55 |
| Hex | C5 | 4A | CC | 3 | 40 | 0 | 14 | 129 | 38 | 37 |
| Octal | 305 | 112 | 314 | 3 | 100 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000101 | 1001010 | 11001100 | 11 | 1000000 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C54ACC
Complementary color
Monochromatic Colors of #C54ACC
Black with #C54ACC
Text Example
Text Example
White with #C54ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ACC; }
p { color: rgb(197,74,204); }
H1.HeaderClassName
{
color: #C54ACC;
}
.AnyTagClassName
{
color: #C54ACC;
}
</style>
background-color css
<style>
a { background-color: #C54ACC; }
a { background-color: rgb(197,74,204); }
div.DivClassName
{
background-color: #C54ACC;
}
.BgClassName
{
background-color: #C54ACC;
}
</style>
border-color css
<style>
span { border-color: #C54ACC; }
span { border-color: rgb(197,74,204); }
td.TdClassName
{
border-color: #C54ACC;
}
.TagClassName
{
border-color: #C54ACC;
}
</style>