Shades of Fuchsia #C657BA
Tints of Fuchsia #C657BA
RGB
CMYK
RGB Variations
Color information
#C657BA (or 0xC657BA) is known color: Fuchsia. HEX triplet: C6, 57 and BA. RGB value is (198,87,186). Sum of RGB (Red+Green+Blue) = 198+87+186=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C657BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C657BA is #39A845. Grayscale: #838383. Windows color (decimal): -3778630 or 12212166. OLE color: 12212166.
HSL color Cylindrical-coordinate representation of color #C657BA: hue angle of 306.49º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C657BA is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 186 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.22 |
| HSL | 306.49º | 0.49% | 0.56% | - |
| HSV(B) | 306.49º | 0.56% | 0.78% | - |
| XYZ | 35.56 | 22.37 | 48.9 | - |
| YUV | 131.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 186 | 0 | 0.56 | 0.06 | 0.22 | 306.49 | 0.49 | 0.56 |
| Hex | C6 | 57 | BA | 0 | 38 | 6 | 16 | 132 | 31 | 38 |
| Octal | 306 | 127 | 272 | 0 | 70 | 6 | 26 | 462 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10111010 | 0 | 111000 | 110 | 10110 | 100110010 | 110001 | 111000 |
Color Harmonies of #C657BA
Complementary color
Monochromatic Colors of #C657BA
Black with #C657BA
Text Example
Text Example
White with #C657BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657BA; }
p { color: rgb(198,87,186); }
H1.HeaderClassName
{
color: #C657BA;
}
.AnyTagClassName
{
color: #C657BA;
}
</style>
background-color css
<style>
a { background-color: #C657BA; }
a { background-color: rgb(198,87,186); }
div.DivClassName
{
background-color: #C657BA;
}
.BgClassName
{
background-color: #C657BA;
}
</style>
border-color css
<style>
span { border-color: #C657BA; }
span { border-color: rgb(198,87,186); }
td.TdClassName
{
border-color: #C657BA;
}
.TagClassName
{
border-color: #C657BA;
}
</style>