Shades of Fuchsia #C553AB
Tints of Fuchsia #C553AB
RGB
CMYK
RGB Variations
Color information
#C553AB (or 0xC553AB) is known color: Fuchsia. HEX triplet: C5, 53 and AB. RGB value is (197,83,171). Sum of RGB (Red+Green+Blue) = 197+83+171=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C553AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553AB is #3AAC54. Grayscale: #7E7E7E. Windows color (decimal): -3845205 or 11228101. OLE color: 11228101.
HSL color Cylindrical-coordinate representation of color #C553AB: hue angle of 313.68º 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 #C553AB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 171 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.23 |
| HSL | 313.68º | 0.5% | 0.55% | - |
| HSV(B) | 313.68º | 0.58% | 0.77% | - |
| XYZ | 33.47 | 21 | 40.82 | - |
| YUV | 127.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 171 | 0 | 0.58 | 0.13 | 0.23 | 313.68 | 0.5 | 0.55 |
| Hex | C5 | 53 | AB | 0 | 3A | D | 17 | 13A | 32 | 37 |
| Octal | 305 | 123 | 253 | 0 | 72 | 15 | 27 | 472 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10101011 | 0 | 111010 | 1101 | 10111 | 100111010 | 110010 | 110111 |
Color Harmonies of #C553AB
Complementary color
Monochromatic Colors of #C553AB
Black with #C553AB
Text Example
Text Example
White with #C553AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553AB; }
p { color: rgb(197,83,171); }
H1.HeaderClassName
{
color: #C553AB;
}
.AnyTagClassName
{
color: #C553AB;
}
</style>
background-color css
<style>
a { background-color: #C553AB; }
a { background-color: rgb(197,83,171); }
div.DivClassName
{
background-color: #C553AB;
}
.BgClassName
{
background-color: #C553AB;
}
</style>
border-color css
<style>
span { border-color: #C553AB; }
span { border-color: rgb(197,83,171); }
td.TdClassName
{
border-color: #C553AB;
}
.TagClassName
{
border-color: #C553AB;
}
</style>