Shades of Fuchsia #C54ABD
Tints of Fuchsia #C54ABD
RGB
CMYK
RGB Variations
Color information
#C54ABD (or 0xC54ABD) is known color: Fuchsia. HEX triplet: C5, 4A and BD. RGB value is (197,74,189). Sum of RGB (Red+Green+Blue) = 197+74+189=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABD is #3AB542. Grayscale: #7B7B7B. Windows color (decimal): -3847491 or 12405445. OLE color: 12405445.
HSL color Cylindrical-coordinate representation of color #C54ABD: hue angle of 303.9º 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 #C54ABD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 189 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.23 |
| HSL | 303.9º | 0.51% | 0.53% | - |
| HSV(B) | 303.9º | 0.62% | 0.77% | - |
| XYZ | 34.66 | 20.44 | 50.26 | - |
| YUV | 123.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 189 | 0 | 0.62 | 0.04 | 0.23 | 303.9 | 0.51 | 0.53 |
| Hex | C5 | 4A | BD | 0 | 3E | 4 | 17 | 130 | 33 | 35 |
| Octal | 305 | 112 | 275 | 0 | 76 | 4 | 27 | 460 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10111101 | 0 | 111110 | 100 | 10111 | 100110000 | 110011 | 110101 |
Color Harmonies of #C54ABD
Complementary color
Monochromatic Colors of #C54ABD
Black with #C54ABD
Text Example
Text Example
White with #C54ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ABD; }
p { color: rgb(197,74,189); }
H1.HeaderClassName
{
color: #C54ABD;
}
.AnyTagClassName
{
color: #C54ABD;
}
</style>
background-color css
<style>
a { background-color: #C54ABD; }
a { background-color: rgb(197,74,189); }
div.DivClassName
{
background-color: #C54ABD;
}
.BgClassName
{
background-color: #C54ABD;
}
</style>
border-color css
<style>
span { border-color: #C54ABD; }
span { border-color: rgb(197,74,189); }
td.TdClassName
{
border-color: #C54ABD;
}
.TagClassName
{
border-color: #C54ABD;
}
</style>