Shades of Fuchsia #C655BE
Tints of Fuchsia #C655BE
RGB
CMYK
RGB Variations
Color information
#C655BE (or 0xC655BE) is known color: Fuchsia. HEX triplet: C6, 55 and BE. RGB value is (198,85,190). Sum of RGB (Red+Green+Blue) = 198+85+190=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C655BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655BE is #39AA41. Grayscale: #828282. Windows color (decimal): -3779138 or 12473798. OLE color: 12473798.
HSL color Cylindrical-coordinate representation of color #C655BE: hue angle of 304.25º 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 #C655BE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 190 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.22 |
| HSL | 304.25º | 0.5% | 0.55% | - |
| HSV(B) | 304.25º | 0.57% | 0.78% | - |
| XYZ | 35.83 | 22.22 | 51.12 | - |
| YUV | 130.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 190 | 0 | 0.57 | 0.04 | 0.22 | 304.25 | 0.5 | 0.55 |
| Hex | C6 | 55 | BE | 0 | 39 | 4 | 16 | 130 | 32 | 37 |
| Octal | 306 | 125 | 276 | 0 | 71 | 4 | 26 | 460 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10111110 | 0 | 111001 | 100 | 10110 | 100110000 | 110010 | 110111 |
Color Harmonies of #C655BE
Complementary color
Monochromatic Colors of #C655BE
Black with #C655BE
Text Example
Text Example
White with #C655BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655BE; }
p { color: rgb(198,85,190); }
H1.HeaderClassName
{
color: #C655BE;
}
.AnyTagClassName
{
color: #C655BE;
}
</style>
background-color css
<style>
a { background-color: #C655BE; }
a { background-color: rgb(198,85,190); }
div.DivClassName
{
background-color: #C655BE;
}
.BgClassName
{
background-color: #C655BE;
}
</style>
border-color css
<style>
span { border-color: #C655BE; }
span { border-color: rgb(198,85,190); }
td.TdClassName
{
border-color: #C655BE;
}
.TagClassName
{
border-color: #C655BE;
}
</style>