Shades of Fuchsia #C346AB
Tints of Fuchsia #C346AB
RGB
CMYK
RGB Variations
Color information
#C346AB (or 0xC346AB) is known color: Fuchsia. HEX triplet: C3, 46 and AB. RGB value is (195,70,171). Sum of RGB (Red+Green+Blue) = 195+70+171=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AB is #3CB954. Grayscale: #767676. Windows color (decimal): -3979605 or 11224771. OLE color: 11224771.
HSL color Cylindrical-coordinate representation of color #C346AB: hue angle of 311.52º 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 #C346AB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 171 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.24 |
| HSL | 311.52º | 0.51% | 0.52% | - |
| HSV(B) | 311.52º | 0.64% | 0.76% | - |
| XYZ | 32.05 | 18.92 | 40.49 | - |
| YUV | 118.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 171 | 0 | 0.64 | 0.12 | 0.24 | 311.52 | 0.51 | 0.52 |
| Hex | C3 | 46 | AB | 0 | 40 | C | 18 | 138 | 33 | 34 |
| Octal | 303 | 106 | 253 | 0 | 100 | 14 | 30 | 470 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10101011 | 0 | 1000000 | 1100 | 11000 | 100111000 | 110011 | 110100 |
Color Harmonies of #C346AB
Complementary color
Monochromatic Colors of #C346AB
Black with #C346AB
Text Example
Text Example
White with #C346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346AB; }
p { color: rgb(195,70,171); }
H1.HeaderClassName
{
color: #C346AB;
}
.AnyTagClassName
{
color: #C346AB;
}
</style>
background-color css
<style>
a { background-color: #C346AB; }
a { background-color: rgb(195,70,171); }
div.DivClassName
{
background-color: #C346AB;
}
.BgClassName
{
background-color: #C346AB;
}
</style>
border-color css
<style>
span { border-color: #C346AB; }
span { border-color: rgb(195,70,171); }
td.TdClassName
{
border-color: #C346AB;
}
.TagClassName
{
border-color: #C346AB;
}
</style>