Shades of Fuchsia #C55FB2
Tints of Fuchsia #C55FB2
RGB
CMYK
RGB Variations
Color information
#C55FB2 (or 0xC55FB2) is known color: Fuchsia. HEX triplet: C5, 5F and B2. RGB value is (197,95,178). Sum of RGB (Red+Green+Blue) = 197+95+178=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FB2 is #3AA04D. Grayscale: #868686. Windows color (decimal): -3842126 or 11689925. OLE color: 11689925.
HSL color Cylindrical-coordinate representation of color #C55FB2: hue angle of 311.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55FB2 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 178 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.23 |
| HSL | 311.18º | 0.47% | 0.57% | - |
| HSV(B) | 311.18º | 0.52% | 0.77% | - |
| XYZ | 35.15 | 23.27 | 44.76 | - |
| YUV | 134.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 178 | 0 | 0.52 | 0.10 | 0.23 | 311.18 | 0.47 | 0.57 |
| Hex | C5 | 5F | B2 | 0 | 34 | A | 17 | 137 | 2F | 39 |
| Octal | 305 | 137 | 262 | 0 | 64 | 12 | 27 | 467 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10110010 | 0 | 110100 | 1010 | 10111 | 100110111 | 101111 | 111001 |
Color Harmonies of #C55FB2
Complementary color
Monochromatic Colors of #C55FB2
Black with #C55FB2
Text Example
Text Example
White with #C55FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FB2; }
p { color: rgb(197,95,178); }
H1.HeaderClassName
{
color: #C55FB2;
}
.AnyTagClassName
{
color: #C55FB2;
}
</style>
background-color css
<style>
a { background-color: #C55FB2; }
a { background-color: rgb(197,95,178); }
div.DivClassName
{
background-color: #C55FB2;
}
.BgClassName
{
background-color: #C55FB2;
}
</style>
border-color css
<style>
span { border-color: #C55FB2; }
span { border-color: rgb(197,95,178); }
td.TdClassName
{
border-color: #C55FB2;
}
.TagClassName
{
border-color: #C55FB2;
}
</style>