Shades of Fuchsia #C554C0
Tints of Fuchsia #C554C0
RGB
CMYK
RGB Variations
Color information
#C554C0 (or 0xC554C0) is known color: Fuchsia. HEX triplet: C5, 54 and C0. RGB value is (197,84,192). Sum of RGB (Red+Green+Blue) = 197+84+192=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C554C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554C0 is #3AAB3F. Grayscale: #818181. Windows color (decimal): -3844928 or 12604613. OLE color: 12604613.
HSL color Cylindrical-coordinate representation of color #C554C0: hue angle of 302.65º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C554C0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 192 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.23 |
| HSL | 302.65º | 0.49% | 0.55% | - |
| HSV(B) | 302.65º | 0.57% | 0.77% | - |
| XYZ | 35.71 | 22.02 | 52.24 | - |
| YUV | 130.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 192 | 0 | 0.57 | 0.03 | 0.23 | 302.65 | 0.49 | 0.55 |
| Hex | C5 | 54 | C0 | 0 | 39 | 3 | 17 | 12F | 31 | 37 |
| Octal | 305 | 124 | 300 | 0 | 71 | 3 | 27 | 457 | 61 | 67 |
| Binary | 11000101 | 1010100 | 11000000 | 0 | 111001 | 11 | 10111 | 100101111 | 110001 | 110111 |
Color Harmonies of #C554C0
Complementary color
Monochromatic Colors of #C554C0
Black with #C554C0
Text Example
Text Example
White with #C554C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554C0; }
p { color: rgb(197,84,192); }
H1.HeaderClassName
{
color: #C554C0;
}
.AnyTagClassName
{
color: #C554C0;
}
</style>
background-color css
<style>
a { background-color: #C554C0; }
a { background-color: rgb(197,84,192); }
div.DivClassName
{
background-color: #C554C0;
}
.BgClassName
{
background-color: #C554C0;
}
</style>
border-color css
<style>
span { border-color: #C554C0; }
span { border-color: rgb(197,84,192); }
td.TdClassName
{
border-color: #C554C0;
}
.TagClassName
{
border-color: #C554C0;
}
</style>