Shades of Fuchsia #C553BB
Tints of Fuchsia #C553BB
RGB
CMYK
RGB Variations
Color information
#C553BB (or 0xC553BB) is known color: Fuchsia. HEX triplet: C5, 53 and BB. RGB value is (197,83,187). Sum of RGB (Red+Green+Blue) = 197+83+187=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BB is #3AAC44. Grayscale: #808080. Windows color (decimal): -3845189 or 12276677. OLE color: 12276677.
HSL color Cylindrical-coordinate representation of color #C553BB: hue angle of 305.26º 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 #C553BB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 187 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.23 |
| HSL | 305.26º | 0.5% | 0.55% | - |
| HSV(B) | 305.26º | 0.58% | 0.77% | - |
| XYZ | 35.09 | 21.64 | 49.34 | - |
| YUV | 128.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 187 | 0 | 0.58 | 0.05 | 0.23 | 305.26 | 0.5 | 0.55 |
| Hex | C5 | 53 | BB | 0 | 3A | 5 | 17 | 131 | 32 | 37 |
| Octal | 305 | 123 | 273 | 0 | 72 | 5 | 27 | 461 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10111011 | 0 | 111010 | 101 | 10111 | 100110001 | 110010 | 110111 |
Color Harmonies of #C553BB
Complementary color
Monochromatic Colors of #C553BB
Black with #C553BB
Text Example
Text Example
White with #C553BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553BB; }
p { color: rgb(197,83,187); }
H1.HeaderClassName
{
color: #C553BB;
}
.AnyTagClassName
{
color: #C553BB;
}
</style>
background-color css
<style>
a { background-color: #C553BB; }
a { background-color: rgb(197,83,187); }
div.DivClassName
{
background-color: #C553BB;
}
.BgClassName
{
background-color: #C553BB;
}
</style>
border-color css
<style>
span { border-color: #C553BB; }
span { border-color: rgb(197,83,187); }
td.TdClassName
{
border-color: #C553BB;
}
.TagClassName
{
border-color: #C553BB;
}
</style>