Shades of Fuchsia #C846BA
Tints of Fuchsia #C846BA
RGB
CMYK
RGB Variations
Color information
#C846BA (or 0xC846BA) is known color: Fuchsia. HEX triplet: C8, 46 and BA. RGB value is (200,70,186). Sum of RGB (Red+Green+Blue) = 200+70+186=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C846BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846BA is #37B945. Grayscale: #797979. Windows color (decimal): -3651910 or 12207816. OLE color: 12207816.
HSL color Cylindrical-coordinate representation of color #C846BA: hue angle of 306.46º degrees, saturation: 0.54, 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 #C846BA is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 186 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.22 |
| HSL | 306.46º | 0.54% | 0.53% | - |
| HSV(B) | 306.46º | 0.65% | 0.78% | - |
| XYZ | 34.87 | 20.2 | 48.52 | - |
| YUV | 122.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 186 | 0 | 0.65 | 0.07 | 0.22 | 306.46 | 0.54 | 0.53 |
| Hex | C8 | 46 | BA | 0 | 41 | 7 | 16 | 132 | 36 | 35 |
| Octal | 310 | 106 | 272 | 0 | 101 | 7 | 26 | 462 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10111010 | 0 | 1000001 | 111 | 10110 | 100110010 | 110110 | 110101 |
Color Harmonies of #C846BA
Complementary color
Monochromatic Colors of #C846BA
Black with #C846BA
Text Example
Text Example
White with #C846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846BA; }
p { color: rgb(200,70,186); }
H1.HeaderClassName
{
color: #C846BA;
}
.AnyTagClassName
{
color: #C846BA;
}
</style>
background-color css
<style>
a { background-color: #C846BA; }
a { background-color: rgb(200,70,186); }
div.DivClassName
{
background-color: #C846BA;
}
.BgClassName
{
background-color: #C846BA;
}
</style>
border-color css
<style>
span { border-color: #C846BA; }
span { border-color: rgb(200,70,186); }
td.TdClassName
{
border-color: #C846BA;
}
.TagClassName
{
border-color: #C846BA;
}
</style>