Shades of Fuchsia #C55CBA
Tints of Fuchsia #C55CBA
RGB
CMYK
RGB Variations
Color information
#C55CBA (or 0xC55CBA) is known color: Fuchsia. HEX triplet: C5, 5C and BA. RGB value is (197,92,186). Sum of RGB (Red+Green+Blue) = 197+92+186=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBA is #3AA345. Grayscale: #858585. Windows color (decimal): -3842886 or 12213445. OLE color: 12213445.
HSL color Cylindrical-coordinate representation of color #C55CBA: hue angle of 306.29º 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 #C55CBA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 186 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.23 |
| HSL | 306.29º | 0.48% | 0.57% | - |
| HSV(B) | 306.29º | 0.53% | 0.77% | - |
| XYZ | 35.72 | 23.07 | 49.02 | - |
| YUV | 134.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 186 | 0 | 0.53 | 0.06 | 0.23 | 306.29 | 0.48 | 0.57 |
| Hex | C5 | 5C | BA | 0 | 35 | 6 | 17 | 132 | 30 | 39 |
| Octal | 305 | 134 | 272 | 0 | 65 | 6 | 27 | 462 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10111010 | 0 | 110101 | 110 | 10111 | 100110010 | 110000 | 111001 |
Color Harmonies of #C55CBA
Complementary color
Monochromatic Colors of #C55CBA
Black with #C55CBA
Text Example
Text Example
White with #C55CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CBA; }
p { color: rgb(197,92,186); }
H1.HeaderClassName
{
color: #C55CBA;
}
.AnyTagClassName
{
color: #C55CBA;
}
</style>
background-color css
<style>
a { background-color: #C55CBA; }
a { background-color: rgb(197,92,186); }
div.DivClassName
{
background-color: #C55CBA;
}
.BgClassName
{
background-color: #C55CBA;
}
</style>
border-color css
<style>
span { border-color: #C55CBA; }
span { border-color: rgb(197,92,186); }
td.TdClassName
{
border-color: #C55CBA;
}
.TagClassName
{
border-color: #C55CBA;
}
</style>