Shades of Fuchsia #C34EAA
Tints of Fuchsia #C34EAA
RGB
CMYK
RGB Variations
Color information
#C34EAA (or 0xC34EAA) is known color: Fuchsia. HEX triplet: C3, 4E and AA. RGB value is (195,78,170). Sum of RGB (Red+Green+Blue) = 195+78+170=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EAA is #3CB155. Grayscale: #7B7B7B. Windows color (decimal): -3977558 or 11161283. OLE color: 11161283.
HSL color Cylindrical-coordinate representation of color #C34EAA: hue angle of 312.82º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EAA is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 170 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.24 |
| HSL | 312.82º | 0.49% | 0.54% | - |
| HSV(B) | 312.82º | 0.6% | 0.76% | - |
| XYZ | 32.49 | 19.95 | 40.17 | - |
| YUV | 123.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 170 | 0 | 0.6 | 0.13 | 0.24 | 312.82 | 0.49 | 0.54 |
| Hex | C3 | 4E | AA | 0 | 3C | D | 18 | 139 | 31 | 36 |
| Octal | 303 | 116 | 252 | 0 | 74 | 15 | 30 | 471 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10101010 | 0 | 111100 | 1101 | 11000 | 100111001 | 110001 | 110110 |
Color Harmonies of #C34EAA
Complementary color
Monochromatic Colors of #C34EAA
Black with #C34EAA
Text Example
Text Example
White with #C34EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EAA; }
p { color: rgb(195,78,170); }
H1.HeaderClassName
{
color: #C34EAA;
}
.AnyTagClassName
{
color: #C34EAA;
}
</style>
background-color css
<style>
a { background-color: #C34EAA; }
a { background-color: rgb(195,78,170); }
div.DivClassName
{
background-color: #C34EAA;
}
.BgClassName
{
background-color: #C34EAA;
}
</style>
border-color css
<style>
span { border-color: #C34EAA; }
span { border-color: rgb(195,78,170); }
td.TdClassName
{
border-color: #C34EAA;
}
.TagClassName
{
border-color: #C34EAA;
}
</style>