Shades of Fuchsia #C553BF
Tints of Fuchsia #C553BF
RGB
CMYK
RGB Variations
Color information
#C553BF (or 0xC553BF) is known color: Fuchsia. HEX triplet: C5, 53 and BF. RGB value is (197,83,191). Sum of RGB (Red+Green+Blue) = 197+83+191=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BF is #3AAC40. Grayscale: #818181. Windows color (decimal): -3845185 or 12538821. OLE color: 12538821.
HSL color Cylindrical-coordinate representation of color #C553BF: hue angle of 303.16º 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 #C553BF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 191 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.23 |
| HSL | 303.16º | 0.5% | 0.55% | - |
| HSV(B) | 303.16º | 0.58% | 0.77% | - |
| XYZ | 35.52 | 21.82 | 51.63 | - |
| YUV | 129.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 191 | 0 | 0.58 | 0.03 | 0.23 | 303.16 | 0.5 | 0.55 |
| Hex | C5 | 53 | BF | 0 | 3A | 3 | 17 | 12F | 32 | 37 |
| Octal | 305 | 123 | 277 | 0 | 72 | 3 | 27 | 457 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10111111 | 0 | 111010 | 11 | 10111 | 100101111 | 110010 | 110111 |
Color Harmonies of #C553BF
Complementary color
Monochromatic Colors of #C553BF
Black with #C553BF
Text Example
Text Example
White with #C553BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553BF; }
p { color: rgb(197,83,191); }
H1.HeaderClassName
{
color: #C553BF;
}
.AnyTagClassName
{
color: #C553BF;
}
</style>
background-color css
<style>
a { background-color: #C553BF; }
a { background-color: rgb(197,83,191); }
div.DivClassName
{
background-color: #C553BF;
}
.BgClassName
{
background-color: #C553BF;
}
</style>
border-color css
<style>
span { border-color: #C553BF; }
span { border-color: rgb(197,83,191); }
td.TdClassName
{
border-color: #C553BF;
}
.TagClassName
{
border-color: #C553BF;
}
</style>