Shades of Fuchsia #C553BC
Tints of Fuchsia #C553BC
RGB
CMYK
RGB Variations
Color information
#C553BC (or 0xC553BC) is known color: Fuchsia. HEX triplet: C5, 53 and BC. RGB value is (197,83,188). Sum of RGB (Red+Green+Blue) = 197+83+188=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BC is #3AAC43. Grayscale: #808080. Windows color (decimal): -3845188 or 12342213. OLE color: 12342213.
HSL color Cylindrical-coordinate representation of color #C553BC: hue angle of 304.74º 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 #C553BC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 188 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.23 |
| HSL | 304.74º | 0.5% | 0.55% | - |
| HSV(B) | 304.74º | 0.58% | 0.77% | - |
| XYZ | 35.2 | 21.69 | 49.91 | - |
| YUV | 129.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 188 | 0 | 0.58 | 0.05 | 0.23 | 304.74 | 0.5 | 0.55 |
| Hex | C5 | 53 | BC | 0 | 3A | 5 | 17 | 131 | 32 | 37 |
| Octal | 305 | 123 | 274 | 0 | 72 | 5 | 27 | 461 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10111100 | 0 | 111010 | 101 | 10111 | 100110001 | 110010 | 110111 |
Color Harmonies of #C553BC
Complementary color
Monochromatic Colors of #C553BC
Black with #C553BC
Text Example
Text Example
White with #C553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553BC; }
p { color: rgb(197,83,188); }
H1.HeaderClassName
{
color: #C553BC;
}
.AnyTagClassName
{
color: #C553BC;
}
</style>
background-color css
<style>
a { background-color: #C553BC; }
a { background-color: rgb(197,83,188); }
div.DivClassName
{
background-color: #C553BC;
}
.BgClassName
{
background-color: #C553BC;
}
</style>
border-color css
<style>
span { border-color: #C553BC; }
span { border-color: rgb(197,83,188); }
td.TdClassName
{
border-color: #C553BC;
}
.TagClassName
{
border-color: #C553BC;
}
</style>