Shades of Fuchsia #C346AA
Tints of Fuchsia #C346AA
RGB
CMYK
RGB Variations
Color information
#C346AA (or 0xC346AA) is known color: Fuchsia. HEX triplet: C3, 46 and AA. RGB value is (195,70,170). Sum of RGB (Red+Green+Blue) = 195+70+170=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AA is #3CB955. Grayscale: #767676. Windows color (decimal): -3979606 or 11159235. OLE color: 11159235.
HSL color Cylindrical-coordinate representation of color #C346AA: hue angle of 312º 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 #C346AA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 170 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.24 |
| HSL | 312º | 0.51% | 0.52% | - |
| HSV(B) | 312º | 0.64% | 0.76% | - |
| XYZ | 31.95 | 18.88 | 39.99 | - |
| YUV | 118.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 170 | 0 | 0.64 | 0.13 | 0.24 | 312 | 0.51 | 0.52 |
| Hex | C3 | 46 | AA | 0 | 40 | D | 18 | 138 | 33 | 34 |
| Octal | 303 | 106 | 252 | 0 | 100 | 15 | 30 | 470 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10101010 | 0 | 1000000 | 1101 | 11000 | 100111000 | 110011 | 110100 |
Color Harmonies of #C346AA
Complementary color
Monochromatic Colors of #C346AA
Black with #C346AA
Text Example
Text Example
White with #C346AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346AA; }
p { color: rgb(195,70,170); }
H1.HeaderClassName
{
color: #C346AA;
}
.AnyTagClassName
{
color: #C346AA;
}
</style>
background-color css
<style>
a { background-color: #C346AA; }
a { background-color: rgb(195,70,170); }
div.DivClassName
{
background-color: #C346AA;
}
.BgClassName
{
background-color: #C346AA;
}
</style>
border-color css
<style>
span { border-color: #C346AA; }
span { border-color: rgb(195,70,170); }
td.TdClassName
{
border-color: #C346AA;
}
.TagClassName
{
border-color: #C346AA;
}
</style>