Shades of Fuchsia #C655BA
Tints of Fuchsia #C655BA
RGB
CMYK
RGB Variations
Color information
#C655BA (or 0xC655BA) is known color: Fuchsia. HEX triplet: C6, 55 and BA. RGB value is (198,85,186). Sum of RGB (Red+Green+Blue) = 198+85+186=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C655BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655BA is #39AA45. Grayscale: #828282. Windows color (decimal): -3779142 or 12211654. OLE color: 12211654.
HSL color Cylindrical-coordinate representation of color #C655BA: hue angle of 306.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C655BA is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 186 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.22 |
| HSL | 306.37º | 0.5% | 0.55% | - |
| HSV(B) | 306.37º | 0.57% | 0.78% | - |
| XYZ | 35.4 | 22.05 | 48.84 | - |
| YUV | 130.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 186 | 0 | 0.57 | 0.06 | 0.22 | 306.37 | 0.5 | 0.55 |
| Hex | C6 | 55 | BA | 0 | 39 | 6 | 16 | 132 | 32 | 37 |
| Octal | 306 | 125 | 272 | 0 | 71 | 6 | 26 | 462 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10111010 | 0 | 111001 | 110 | 10110 | 100110010 | 110010 | 110111 |
Color Harmonies of #C655BA
Complementary color
Monochromatic Colors of #C655BA
Black with #C655BA
Text Example
Text Example
White with #C655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655BA; }
p { color: rgb(198,85,186); }
H1.HeaderClassName
{
color: #C655BA;
}
.AnyTagClassName
{
color: #C655BA;
}
</style>
background-color css
<style>
a { background-color: #C655BA; }
a { background-color: rgb(198,85,186); }
div.DivClassName
{
background-color: #C655BA;
}
.BgClassName
{
background-color: #C655BA;
}
</style>
border-color css
<style>
span { border-color: #C655BA; }
span { border-color: rgb(198,85,186); }
td.TdClassName
{
border-color: #C655BA;
}
.TagClassName
{
border-color: #C655BA;
}
</style>