Shades of Fuchsia #C552AA
Tints of Fuchsia #C552AA
RGB
CMYK
RGB Variations
Color information
#C552AA (or 0xC552AA) is known color: Fuchsia. HEX triplet: C5, 52 and AA. RGB value is (197,82,170). Sum of RGB (Red+Green+Blue) = 197+82+170=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C552AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552AA is #3AAD55. Grayscale: #7E7E7E. Windows color (decimal): -3845462 or 11162309. OLE color: 11162309.
HSL color Cylindrical-coordinate representation of color #C552AA: hue angle of 314.09º 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 #C552AA is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 170 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.23 |
| HSL | 314.09º | 0.5% | 0.55% | - |
| HSV(B) | 314.09º | 0.58% | 0.77% | - |
| XYZ | 33.3 | 20.81 | 40.29 | - |
| YUV | 126.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 170 | 0 | 0.58 | 0.14 | 0.23 | 314.09 | 0.5 | 0.55 |
| Hex | C5 | 52 | AA | 0 | 3A | E | 17 | 13A | 32 | 37 |
| Octal | 305 | 122 | 252 | 0 | 72 | 16 | 27 | 472 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10101010 | 0 | 111010 | 1110 | 10111 | 100111010 | 110010 | 110111 |
Color Harmonies of #C552AA
Complementary color
Monochromatic Colors of #C552AA
Black with #C552AA
Text Example
Text Example
White with #C552AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552AA; }
p { color: rgb(197,82,170); }
H1.HeaderClassName
{
color: #C552AA;
}
.AnyTagClassName
{
color: #C552AA;
}
</style>
background-color css
<style>
a { background-color: #C552AA; }
a { background-color: rgb(197,82,170); }
div.DivClassName
{
background-color: #C552AA;
}
.BgClassName
{
background-color: #C552AA;
}
</style>
border-color css
<style>
span { border-color: #C552AA; }
span { border-color: rgb(197,82,170); }
td.TdClassName
{
border-color: #C552AA;
}
.TagClassName
{
border-color: #C552AA;
}
</style>