Shades of Fuchsia #C655BC
Tints of Fuchsia #C655BC
RGB
CMYK
RGB Variations
Color information
#C655BC (or 0xC655BC) is known color: Fuchsia. HEX triplet: C6, 55 and BC. RGB value is (198,85,188). Sum of RGB (Red+Green+Blue) = 198+85+188=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C655BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655BC is #39AA43. Grayscale: #828282. Windows color (decimal): -3779140 or 12342726. OLE color: 12342726.
HSL color Cylindrical-coordinate representation of color #C655BC: hue angle of 305.31º 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 #C655BC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 188 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.22 |
| HSL | 305.31º | 0.5% | 0.55% | - |
| HSV(B) | 305.31º | 0.57% | 0.78% | - |
| XYZ | 35.61 | 22.13 | 49.97 | - |
| YUV | 130.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 188 | 0 | 0.57 | 0.05 | 0.22 | 305.31 | 0.5 | 0.55 |
| Hex | C6 | 55 | BC | 0 | 39 | 5 | 16 | 131 | 32 | 37 |
| Octal | 306 | 125 | 274 | 0 | 71 | 5 | 26 | 461 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10111100 | 0 | 111001 | 101 | 10110 | 100110001 | 110010 | 110111 |
Color Harmonies of #C655BC
Complementary color
Monochromatic Colors of #C655BC
Black with #C655BC
Text Example
Text Example
White with #C655BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655BC; }
p { color: rgb(198,85,188); }
H1.HeaderClassName
{
color: #C655BC;
}
.AnyTagClassName
{
color: #C655BC;
}
</style>
background-color css
<style>
a { background-color: #C655BC; }
a { background-color: rgb(198,85,188); }
div.DivClassName
{
background-color: #C655BC;
}
.BgClassName
{
background-color: #C655BC;
}
</style>
border-color css
<style>
span { border-color: #C655BC; }
span { border-color: rgb(198,85,188); }
td.TdClassName
{
border-color: #C655BC;
}
.TagClassName
{
border-color: #C655BC;
}
</style>