Shades of Fuchsia #C646BA
Tints of Fuchsia #C646BA
RGB
CMYK
RGB Variations
Color information
#C646BA (or 0xC646BA) is known color: Fuchsia. HEX triplet: C6, 46 and BA. RGB value is (198,70,186). Sum of RGB (Red+Green+Blue) = 198+70+186=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C646BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646BA is #39B945. Grayscale: #797979. Windows color (decimal): -3782982 or 12207814. OLE color: 12207814.
HSL color Cylindrical-coordinate representation of color #C646BA: hue angle of 305.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646BA is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 186 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.22 |
| HSL | 305.63º | 0.53% | 0.53% | - |
| HSV(B) | 305.63º | 0.65% | 0.78% | - |
| XYZ | 34.34 | 19.93 | 48.49 | - |
| YUV | 121.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 186 | 0 | 0.65 | 0.06 | 0.22 | 305.63 | 0.53 | 0.53 |
| Hex | C6 | 46 | BA | 0 | 41 | 6 | 16 | 132 | 35 | 35 |
| Octal | 306 | 106 | 272 | 0 | 101 | 6 | 26 | 462 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10111010 | 0 | 1000001 | 110 | 10110 | 100110010 | 110101 | 110101 |
Color Harmonies of #C646BA
Complementary color
Monochromatic Colors of #C646BA
Black with #C646BA
Text Example
Text Example
White with #C646BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646BA; }
p { color: rgb(198,70,186); }
H1.HeaderClassName
{
color: #C646BA;
}
.AnyTagClassName
{
color: #C646BA;
}
</style>
background-color css
<style>
a { background-color: #C646BA; }
a { background-color: rgb(198,70,186); }
div.DivClassName
{
background-color: #C646BA;
}
.BgClassName
{
background-color: #C646BA;
}
</style>
border-color css
<style>
span { border-color: #C646BA; }
span { border-color: rgb(198,70,186); }
td.TdClassName
{
border-color: #C646BA;
}
.TagClassName
{
border-color: #C646BA;
}
</style>