Shades of Fuchsia #C55CB2
Tints of Fuchsia #C55CB2
RGB
CMYK
RGB Variations
Color information
#C55CB2 (or 0xC55CB2) is known color: Fuchsia. HEX triplet: C5, 5C and B2. RGB value is (197,92,178). Sum of RGB (Red+Green+Blue) = 197+92+178=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CB2 is #3AA34D. Grayscale: #848484. Windows color (decimal): -3842894 or 11689157. OLE color: 11689157.
HSL color Cylindrical-coordinate representation of color #C55CB2: hue angle of 310.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CB2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 178 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.23 |
| HSL | 310.86º | 0.48% | 0.57% | - |
| HSV(B) | 310.86º | 0.53% | 0.77% | - |
| XYZ | 34.89 | 22.74 | 44.67 | - |
| YUV | 133.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 178 | 0 | 0.53 | 0.10 | 0.23 | 310.86 | 0.48 | 0.57 |
| Hex | C5 | 5C | B2 | 0 | 35 | A | 17 | 137 | 30 | 39 |
| Octal | 305 | 134 | 262 | 0 | 65 | 12 | 27 | 467 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10110010 | 0 | 110101 | 1010 | 10111 | 100110111 | 110000 | 111001 |
Color Harmonies of #C55CB2
Complementary color
Monochromatic Colors of #C55CB2
Black with #C55CB2
Text Example
Text Example
White with #C55CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CB2; }
p { color: rgb(197,92,178); }
H1.HeaderClassName
{
color: #C55CB2;
}
.AnyTagClassName
{
color: #C55CB2;
}
</style>
background-color css
<style>
a { background-color: #C55CB2; }
a { background-color: rgb(197,92,178); }
div.DivClassName
{
background-color: #C55CB2;
}
.BgClassName
{
background-color: #C55CB2;
}
</style>
border-color css
<style>
span { border-color: #C55CB2; }
span { border-color: rgb(197,92,178); }
td.TdClassName
{
border-color: #C55CB2;
}
.TagClassName
{
border-color: #C55CB2;
}
</style>