Shades of Fuchsia #C54ABC
Tints of Fuchsia #C54ABC
RGB
CMYK
RGB Variations
Color information
#C54ABC (or 0xC54ABC) is known color: Fuchsia. HEX triplet: C5, 4A and BC. RGB value is (197,74,188). Sum of RGB (Red+Green+Blue) = 197+74+188=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABC is #3AB543. Grayscale: #7B7B7B. Windows color (decimal): -3847492 or 12339909. OLE color: 12339909.
HSL color Cylindrical-coordinate representation of color #C54ABC: hue angle of 304.39º 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 #C54ABC is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 188 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.39º | 0.51% | 0.53% | - |
| HSV(B) | 304.39º | 0.62% | 0.77% | - |
| XYZ | 34.55 | 20.4 | 49.69 | - |
| YUV | 123.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 188 | 0 | 0.62 | 0.05 | 0.23 | 304.39 | 0.51 | 0.53 |
| Hex | C5 | 4A | BC | 0 | 3E | 5 | 17 | 130 | 33 | 35 |
| Octal | 305 | 112 | 274 | 0 | 76 | 5 | 27 | 460 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10111100 | 0 | 111110 | 101 | 10111 | 100110000 | 110011 | 110101 |
Color Harmonies of #C54ABC
Complementary color
Monochromatic Colors of #C54ABC
Black with #C54ABC
Text Example
Text Example
White with #C54ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ABC; }
p { color: rgb(197,74,188); }
H1.HeaderClassName
{
color: #C54ABC;
}
.AnyTagClassName
{
color: #C54ABC;
}
</style>
background-color css
<style>
a { background-color: #C54ABC; }
a { background-color: rgb(197,74,188); }
div.DivClassName
{
background-color: #C54ABC;
}
.BgClassName
{
background-color: #C54ABC;
}
</style>
border-color css
<style>
span { border-color: #C54ABC; }
span { border-color: rgb(197,74,188); }
td.TdClassName
{
border-color: #C54ABC;
}
.TagClassName
{
border-color: #C54ABC;
}
</style>