Shades of Fuchsia #C553B7
Tints of Fuchsia #C553B7
RGB
CMYK
RGB Variations
Color information
#C553B7 (or 0xC553B7) is known color: Fuchsia. HEX triplet: C5, 53 and B7. RGB value is (197,83,183). Sum of RGB (Red+Green+Blue) = 197+83+183=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C553B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553B7 is #3AAC48. Grayscale: #808080. Windows color (decimal): -3845193 or 12014533. OLE color: 12014533.
HSL color Cylindrical-coordinate representation of color #C553B7: hue angle of 307.37º 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 #C553B7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 183 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.23 |
| HSL | 307.37º | 0.5% | 0.55% | - |
| HSV(B) | 307.37º | 0.58% | 0.77% | - |
| XYZ | 34.67 | 21.48 | 47.12 | - |
| YUV | 128.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 183 | 0 | 0.58 | 0.07 | 0.23 | 307.37 | 0.5 | 0.55 |
| Hex | C5 | 53 | B7 | 0 | 3A | 7 | 17 | 133 | 32 | 37 |
| Octal | 305 | 123 | 267 | 0 | 72 | 7 | 27 | 463 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10110111 | 0 | 111010 | 111 | 10111 | 100110011 | 110010 | 110111 |
Color Harmonies of #C553B7
Complementary color
Monochromatic Colors of #C553B7
Black with #C553B7
Text Example
Text Example
White with #C553B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553B7; }
p { color: rgb(197,83,183); }
H1.HeaderClassName
{
color: #C553B7;
}
.AnyTagClassName
{
color: #C553B7;
}
</style>
background-color css
<style>
a { background-color: #C553B7; }
a { background-color: rgb(197,83,183); }
div.DivClassName
{
background-color: #C553B7;
}
.BgClassName
{
background-color: #C553B7;
}
</style>
border-color css
<style>
span { border-color: #C553B7; }
span { border-color: rgb(197,83,183); }
td.TdClassName
{
border-color: #C553B7;
}
.TagClassName
{
border-color: #C553B7;
}
</style>