Shades of Fuchsia #C54ACB
Tints of Fuchsia #C54ACB
RGB
CMYK
RGB Variations
Color information
#C54ACB (or 0xC54ACB) is known color: Fuchsia. HEX triplet: C5, 4A and CB. RGB value is (197,74,203). Sum of RGB (Red+Green+Blue) = 197+74+203=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C54ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ACB is #3AB534. Grayscale: #7D7D7D. Windows color (decimal): -3847477 or 13322949. OLE color: 13322949.
HSL color Cylindrical-coordinate representation of color #C54ACB: hue angle of 297.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54ACB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 74 | 203 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.20 |
| HSL | 297.21º | 0.55% | 0.54% | - |
| HSV(B) | 297.21º | 0.64% | 0.8% | - |
| XYZ | 36.25 | 21.08 | 58.66 | - |
| YUV | 125.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 203 | 0.03 | 0.64 | 0 | 0.20 | 297.21 | 0.55 | 0.54 |
| Hex | C5 | 4A | CB | 3 | 40 | 0 | 14 | 129 | 37 | 36 |
| Octal | 305 | 112 | 313 | 3 | 100 | 0 | 24 | 451 | 67 | 66 |
| Binary | 11000101 | 1001010 | 11001011 | 11 | 1000000 | 0 | 10100 | 100101001 | 110111 | 110110 |
Color Harmonies of #C54ACB
Complementary color
Monochromatic Colors of #C54ACB
Black with #C54ACB
Text Example
Text Example
White with #C54ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ACB; }
p { color: rgb(197,74,203); }
H1.HeaderClassName
{
color: #C54ACB;
}
.AnyTagClassName
{
color: #C54ACB;
}
</style>
background-color css
<style>
a { background-color: #C54ACB; }
a { background-color: rgb(197,74,203); }
div.DivClassName
{
background-color: #C54ACB;
}
.BgClassName
{
background-color: #C54ACB;
}
</style>
border-color css
<style>
span { border-color: #C54ACB; }
span { border-color: rgb(197,74,203); }
td.TdClassName
{
border-color: #C54ACB;
}
.TagClassName
{
border-color: #C54ACB;
}
</style>