Shades of Fuchsia #C552AD
Tints of Fuchsia #C552AD
RGB
CMYK
RGB Variations
Color information
#C552AD (or 0xC552AD) is known color: Fuchsia. HEX triplet: C5, 52 and AD. RGB value is (197,82,173). Sum of RGB (Red+Green+Blue) = 197+82+173=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C552AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552AD is #3AAD52. Grayscale: #7E7E7E. Windows color (decimal): -3845459 or 11358917. OLE color: 11358917.
HSL color Cylindrical-coordinate representation of color #C552AD: hue angle of 312.52º 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 #C552AD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 173 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.23 |
| HSL | 312.52º | 0.5% | 0.55% | - |
| HSV(B) | 312.52º | 0.58% | 0.77% | - |
| XYZ | 33.59 | 20.92 | 41.8 | - |
| YUV | 126.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 173 | 0 | 0.58 | 0.12 | 0.23 | 312.52 | 0.5 | 0.55 |
| Hex | C5 | 52 | AD | 0 | 3A | C | 17 | 139 | 32 | 37 |
| Octal | 305 | 122 | 255 | 0 | 72 | 14 | 27 | 471 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10101101 | 0 | 111010 | 1100 | 10111 | 100111001 | 110010 | 110111 |
Color Harmonies of #C552AD
Complementary color
Monochromatic Colors of #C552AD
Black with #C552AD
Text Example
Text Example
White with #C552AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552AD; }
p { color: rgb(197,82,173); }
H1.HeaderClassName
{
color: #C552AD;
}
.AnyTagClassName
{
color: #C552AD;
}
</style>
background-color css
<style>
a { background-color: #C552AD; }
a { background-color: rgb(197,82,173); }
div.DivClassName
{
background-color: #C552AD;
}
.BgClassName
{
background-color: #C552AD;
}
</style>
border-color css
<style>
span { border-color: #C552AD; }
span { border-color: rgb(197,82,173); }
td.TdClassName
{
border-color: #C552AD;
}
.TagClassName
{
border-color: #C552AD;
}
</style>