Shades of Fuchsia #C552AC
Tints of Fuchsia #C552AC
RGB
CMYK
RGB Variations
Color information
#C552AC (or 0xC552AC) is known color: Fuchsia. HEX triplet: C5, 52 and AC. RGB value is (197,82,172). Sum of RGB (Red+Green+Blue) = 197+82+172=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C552AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552AC is #3AAD53. Grayscale: #7E7E7E. Windows color (decimal): -3845460 or 11293381. OLE color: 11293381.
HSL color Cylindrical-coordinate representation of color #C552AC: hue angle of 313.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552AC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 172 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.23 |
| HSL | 313.04º | 0.5% | 0.55% | - |
| HSV(B) | 313.04º | 0.58% | 0.77% | - |
| XYZ | 33.49 | 20.88 | 41.3 | - |
| YUV | 126.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 172 | 0 | 0.58 | 0.13 | 0.23 | 313.04 | 0.5 | 0.55 |
| Hex | C5 | 52 | AC | 0 | 3A | D | 17 | 139 | 32 | 37 |
| Octal | 305 | 122 | 254 | 0 | 72 | 15 | 27 | 471 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10101100 | 0 | 111010 | 1101 | 10111 | 100111001 | 110010 | 110111 |
Color Harmonies of #C552AC
Complementary color
Monochromatic Colors of #C552AC
Black with #C552AC
Text Example
Text Example
White with #C552AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552AC; }
p { color: rgb(197,82,172); }
H1.HeaderClassName
{
color: #C552AC;
}
.AnyTagClassName
{
color: #C552AC;
}
</style>
background-color css
<style>
a { background-color: #C552AC; }
a { background-color: rgb(197,82,172); }
div.DivClassName
{
background-color: #C552AC;
}
.BgClassName
{
background-color: #C552AC;
}
</style>
border-color css
<style>
span { border-color: #C552AC; }
span { border-color: rgb(197,82,172); }
td.TdClassName
{
border-color: #C552AC;
}
.TagClassName
{
border-color: #C552AC;
}
</style>