Shades of Fuchsia #C54ACF
Tints of Fuchsia #C54ACF
RGB
CMYK
RGB Variations
Color information
#C54ACF (or 0xC54ACF) is known color: Fuchsia. HEX triplet: C5, 4A and CF. RGB value is (197,74,207). Sum of RGB (Red+Green+Blue) = 197+74+207=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ACF is #3AB530. Grayscale: #7D7D7D. Windows color (decimal): -3847473 or 13585093. OLE color: 13585093.
HSL color Cylindrical-coordinate representation of color #C54ACF: hue angle of 295.49º degrees, saturation: 0.58, 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 #C54ACF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 74 | 207 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.19 |
| HSL | 295.49º | 0.58% | 0.55% | - |
| HSV(B) | 295.49º | 0.64% | 0.81% | - |
| XYZ | 36.74 | 21.27 | 61.2 | - |
| YUV | 125.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 207 | 0.05 | 0.64 | 0 | 0.19 | 295.49 | 0.58 | 0.55 |
| Hex | C5 | 4A | CF | 5 | 40 | 0 | 13 | 127 | 3A | 37 |
| Octal | 305 | 112 | 317 | 5 | 100 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000101 | 1001010 | 11001111 | 101 | 1000000 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C54ACF
Complementary color
Monochromatic Colors of #C54ACF
Black with #C54ACF
Text Example
Text Example
White with #C54ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ACF; }
p { color: rgb(197,74,207); }
H1.HeaderClassName
{
color: #C54ACF;
}
.AnyTagClassName
{
color: #C54ACF;
}
</style>
background-color css
<style>
a { background-color: #C54ACF; }
a { background-color: rgb(197,74,207); }
div.DivClassName
{
background-color: #C54ACF;
}
.BgClassName
{
background-color: #C54ACF;
}
</style>
border-color css
<style>
span { border-color: #C54ACF; }
span { border-color: rgb(197,74,207); }
td.TdClassName
{
border-color: #C54ACF;
}
.TagClassName
{
border-color: #C54ACF;
}
</style>