Shades of Fuchsia #C551AC
Tints of Fuchsia #C551AC
RGB
CMYK
RGB Variations
Color information
#C551AC (or 0xC551AC) is known color: Fuchsia. HEX triplet: C5, 51 and AC. RGB value is (197,81,172). Sum of RGB (Red+Green+Blue) = 197+81+172=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AC is #3AAE53. Grayscale: #7D7D7D. Windows color (decimal): -3845716 or 11293125. OLE color: 11293125.
HSL color Cylindrical-coordinate representation of color #C551AC: hue angle of 312.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551AC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 172 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.23 |
| HSL | 312.93º | 0.5% | 0.55% | - |
| HSV(B) | 312.93º | 0.59% | 0.77% | - |
| XYZ | 33.41 | 20.73 | 41.27 | - |
| YUV | 126.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 172 | 0 | 0.59 | 0.13 | 0.23 | 312.93 | 0.5 | 0.55 |
| Hex | C5 | 51 | AC | 0 | 3B | D | 17 | 139 | 32 | 37 |
| Octal | 305 | 121 | 254 | 0 | 73 | 15 | 27 | 471 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10101100 | 0 | 111011 | 1101 | 10111 | 100111001 | 110010 | 110111 |
Color Harmonies of #C551AC
Complementary color
Monochromatic Colors of #C551AC
Black with #C551AC
Text Example
Text Example
White with #C551AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551AC; }
p { color: rgb(197,81,172); }
H1.HeaderClassName
{
color: #C551AC;
}
.AnyTagClassName
{
color: #C551AC;
}
</style>
background-color css
<style>
a { background-color: #C551AC; }
a { background-color: rgb(197,81,172); }
div.DivClassName
{
background-color: #C551AC;
}
.BgClassName
{
background-color: #C551AC;
}
</style>
border-color css
<style>
span { border-color: #C551AC; }
span { border-color: rgb(197,81,172); }
td.TdClassName
{
border-color: #C551AC;
}
.TagClassName
{
border-color: #C551AC;
}
</style>