Shades of Fuchsia #C54FBE
Tints of Fuchsia #C54FBE
RGB
CMYK
RGB Variations
Color information
#C54FBE (or 0xC54FBE) is known color: Fuchsia. HEX triplet: C5, 4F and BE. RGB value is (197,79,190). Sum of RGB (Red+Green+Blue) = 197+79+190=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FBE is #3AB041. Grayscale: #7E7E7E. Windows color (decimal): -3846210 or 12472261. OLE color: 12472261.
HSL color Cylindrical-coordinate representation of color #C54FBE: hue angle of 303.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54FBE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 190 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.23 |
| HSL | 303.56º | 0.5% | 0.54% | - |
| HSV(B) | 303.56º | 0.6% | 0.77% | - |
| XYZ | 35.12 | 21.18 | 50.95 | - |
| YUV | 126.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 190 | 0 | 0.60 | 0.04 | 0.23 | 303.56 | 0.5 | 0.54 |
| Hex | C5 | 4F | BE | 0 | 3C | 4 | 17 | 130 | 32 | 36 |
| Octal | 305 | 117 | 276 | 0 | 74 | 4 | 27 | 460 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10111110 | 0 | 111100 | 100 | 10111 | 100110000 | 110010 | 110110 |
Color Harmonies of #C54FBE
Complementary color
Monochromatic Colors of #C54FBE
Black with #C54FBE
Text Example
Text Example
White with #C54FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FBE; }
p { color: rgb(197,79,190); }
H1.HeaderClassName
{
color: #C54FBE;
}
.AnyTagClassName
{
color: #C54FBE;
}
</style>
background-color css
<style>
a { background-color: #C54FBE; }
a { background-color: rgb(197,79,190); }
div.DivClassName
{
background-color: #C54FBE;
}
.BgClassName
{
background-color: #C54FBE;
}
</style>
border-color css
<style>
span { border-color: #C54FBE; }
span { border-color: rgb(197,79,190); }
td.TdClassName
{
border-color: #C54FBE;
}
.TagClassName
{
border-color: #C54FBE;
}
</style>