Shades of Fuchsia #C54ABE
Tints of Fuchsia #C54ABE
RGB
CMYK
RGB Variations
Color information
#C54ABE (or 0xC54ABE) is known color: Fuchsia. HEX triplet: C5, 4A and BE. RGB value is (197,74,190). Sum of RGB (Red+Green+Blue) = 197+74+190=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABE is #3AB541. Grayscale: #7B7B7B. Windows color (decimal): -3847490 or 12470981. OLE color: 12470981.
HSL color Cylindrical-coordinate representation of color #C54ABE: hue angle of 303.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54ABE is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 190 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.23 |
| HSL | 303.41º | 0.51% | 0.53% | - |
| HSV(B) | 303.41º | 0.62% | 0.77% | - |
| XYZ | 34.77 | 20.49 | 50.84 | - |
| YUV | 124 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 190 | 0 | 0.62 | 0.04 | 0.23 | 303.41 | 0.51 | 0.53 |
| Hex | C5 | 4A | BE | 0 | 3E | 4 | 17 | 12F | 33 | 35 |
| Octal | 305 | 112 | 276 | 0 | 76 | 4 | 27 | 457 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10111110 | 0 | 111110 | 100 | 10111 | 100101111 | 110011 | 110101 |
Color Harmonies of #C54ABE
Complementary color
Monochromatic Colors of #C54ABE
Black with #C54ABE
Text Example
Text Example
White with #C54ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ABE; }
p { color: rgb(197,74,190); }
H1.HeaderClassName
{
color: #C54ABE;
}
.AnyTagClassName
{
color: #C54ABE;
}
</style>
background-color css
<style>
a { background-color: #C54ABE; }
a { background-color: rgb(197,74,190); }
div.DivClassName
{
background-color: #C54ABE;
}
.BgClassName
{
background-color: #C54ABE;
}
</style>
border-color css
<style>
span { border-color: #C54ABE; }
span { border-color: rgb(197,74,190); }
td.TdClassName
{
border-color: #C54ABE;
}
.TagClassName
{
border-color: #C54ABE;
}
</style>