Shades of Fuchsia #C346AE
Tints of Fuchsia #C346AE
RGB
CMYK
RGB Variations
Color information
#C346AE (or 0xC346AE) is known color: Fuchsia. HEX triplet: C3, 46 and AE. RGB value is (195,70,174). Sum of RGB (Red+Green+Blue) = 195+70+174=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AE is #3CB951. Grayscale: #767676. Windows color (decimal): -3979602 or 11421379. OLE color: 11421379.
HSL color Cylindrical-coordinate representation of color #C346AE: hue angle of 310.08º 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 #C346AE is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 174 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.08º | 0.51% | 0.52% | - |
| HSV(B) | 310.08º | 0.64% | 0.76% | - |
| XYZ | 32.34 | 19.04 | 42.01 | - |
| YUV | 119.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 174 | 0 | 0.64 | 0.11 | 0.24 | 310.08 | 0.51 | 0.52 |
| Hex | C3 | 46 | AE | 0 | 40 | B | 18 | 136 | 33 | 34 |
| Octal | 303 | 106 | 256 | 0 | 100 | 13 | 30 | 466 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10101110 | 0 | 1000000 | 1011 | 11000 | 100110110 | 110011 | 110100 |
Color Harmonies of #C346AE
Complementary color
Monochromatic Colors of #C346AE
Black with #C346AE
Text Example
Text Example
White with #C346AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346AE; }
p { color: rgb(195,70,174); }
H1.HeaderClassName
{
color: #C346AE;
}
.AnyTagClassName
{
color: #C346AE;
}
</style>
background-color css
<style>
a { background-color: #C346AE; }
a { background-color: rgb(195,70,174); }
div.DivClassName
{
background-color: #C346AE;
}
.BgClassName
{
background-color: #C346AE;
}
</style>
border-color css
<style>
span { border-color: #C346AE; }
span { border-color: rgb(195,70,174); }
td.TdClassName
{
border-color: #C346AE;
}
.TagClassName
{
border-color: #C346AE;
}
</style>