Shades of Fuchsia #C553B2
Tints of Fuchsia #C553B2
RGB
CMYK
RGB Variations
Color information
#C553B2 (or 0xC553B2) is known color: Fuchsia. HEX triplet: C5, 53 and B2. RGB value is (197,83,178). Sum of RGB (Red+Green+Blue) = 197+83+178=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C553B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553B2 is #3AAC4D. Grayscale: #7F7F7F. Windows color (decimal): -3845198 or 11686853. OLE color: 11686853.
HSL color Cylindrical-coordinate representation of color #C553B2: hue angle of 310º 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 #C553B2 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 178 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.23 |
| HSL | 310º | 0.5% | 0.55% | - |
| HSV(B) | 310º | 0.58% | 0.77% | - |
| XYZ | 34.16 | 21.27 | 44.43 | - |
| YUV | 127.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 178 | 0 | 0.58 | 0.10 | 0.23 | 310 | 0.5 | 0.55 |
| Hex | C5 | 53 | B2 | 0 | 3A | A | 17 | 136 | 32 | 37 |
| Octal | 305 | 123 | 262 | 0 | 72 | 12 | 27 | 466 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10110010 | 0 | 111010 | 1010 | 10111 | 100110110 | 110010 | 110111 |
Color Harmonies of #C553B2
Complementary color
Monochromatic Colors of #C553B2
Black with #C553B2
Text Example
Text Example
White with #C553B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553B2; }
p { color: rgb(197,83,178); }
H1.HeaderClassName
{
color: #C553B2;
}
.AnyTagClassName
{
color: #C553B2;
}
</style>
background-color css
<style>
a { background-color: #C553B2; }
a { background-color: rgb(197,83,178); }
div.DivClassName
{
background-color: #C553B2;
}
.BgClassName
{
background-color: #C553B2;
}
</style>
border-color css
<style>
span { border-color: #C553B2; }
span { border-color: rgb(197,83,178); }
td.TdClassName
{
border-color: #C553B2;
}
.TagClassName
{
border-color: #C553B2;
}
</style>