Shades of Fuchsia #C347AA
Tints of Fuchsia #C347AA
RGB
CMYK
RGB Variations
Color information
#C347AA (or 0xC347AA) is known color: Fuchsia. HEX triplet: C3, 47 and AA. RGB value is (195,71,170). Sum of RGB (Red+Green+Blue) = 195+71+170=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AA is #3CB855. Grayscale: #777777. Windows color (decimal): -3979350 or 11159491. OLE color: 11159491.
HSL color Cylindrical-coordinate representation of color #C347AA: hue angle of 312.1º 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 #C347AA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 170 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.24 |
| HSL | 312.1º | 0.51% | 0.52% | - |
| HSV(B) | 312.1º | 0.64% | 0.76% | - |
| XYZ | 32.01 | 19.01 | 40.01 | - |
| YUV | 119.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 170 | 0 | 0.64 | 0.13 | 0.24 | 312.1 | 0.51 | 0.52 |
| Hex | C3 | 47 | AA | 0 | 40 | D | 18 | 138 | 33 | 34 |
| Octal | 303 | 107 | 252 | 0 | 100 | 15 | 30 | 470 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10101010 | 0 | 1000000 | 1101 | 11000 | 100111000 | 110011 | 110100 |
Color Harmonies of #C347AA
Complementary color
Monochromatic Colors of #C347AA
Black with #C347AA
Text Example
Text Example
White with #C347AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347AA; }
p { color: rgb(195,71,170); }
H1.HeaderClassName
{
color: #C347AA;
}
.AnyTagClassName
{
color: #C347AA;
}
</style>
background-color css
<style>
a { background-color: #C347AA; }
a { background-color: rgb(195,71,170); }
div.DivClassName
{
background-color: #C347AA;
}
.BgClassName
{
background-color: #C347AA;
}
</style>
border-color css
<style>
span { border-color: #C347AA; }
span { border-color: rgb(195,71,170); }
td.TdClassName
{
border-color: #C347AA;
}
.TagClassName
{
border-color: #C347AA;
}
</style>