Shades of Fuchsia #C346BA
Tints of Fuchsia #C346BA
RGB
CMYK
RGB Variations
Color information
#C346BA (or 0xC346BA) is known color: Fuchsia. HEX triplet: C3, 46 and BA. RGB value is (195,70,186). Sum of RGB (Red+Green+Blue) = 195+70+186=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BA is #3CB945. Grayscale: #787878. Windows color (decimal): -3979590 or 12207811. OLE color: 12207811.
HSL color Cylindrical-coordinate representation of color #C346BA: hue angle of 304.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C346BA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 186 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.24 |
| HSL | 304.32º | 0.51% | 0.52% | - |
| HSV(B) | 304.32º | 0.64% | 0.76% | - |
| XYZ | 33.56 | 19.53 | 48.45 | - |
| YUV | 120.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 186 | 0 | 0.64 | 0.05 | 0.24 | 304.32 | 0.51 | 0.52 |
| Hex | C3 | 46 | BA | 0 | 40 | 5 | 18 | 130 | 33 | 34 |
| Octal | 303 | 106 | 272 | 0 | 100 | 5 | 30 | 460 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10111010 | 0 | 1000000 | 101 | 11000 | 100110000 | 110011 | 110100 |
Color Harmonies of #C346BA
Complementary color
Monochromatic Colors of #C346BA
Black with #C346BA
Text Example
Text Example
White with #C346BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346BA; }
p { color: rgb(195,70,186); }
H1.HeaderClassName
{
color: #C346BA;
}
.AnyTagClassName
{
color: #C346BA;
}
</style>
background-color css
<style>
a { background-color: #C346BA; }
a { background-color: rgb(195,70,186); }
div.DivClassName
{
background-color: #C346BA;
}
.BgClassName
{
background-color: #C346BA;
}
</style>
border-color css
<style>
span { border-color: #C346BA; }
span { border-color: rgb(195,70,186); }
td.TdClassName
{
border-color: #C346BA;
}
.TagClassName
{
border-color: #C346BA;
}
</style>