Shades of Fuchsia #C34EAC
Tints of Fuchsia #C34EAC
RGB
CMYK
RGB Variations
Color information
#C34EAC (or 0xC34EAC) is known color: Fuchsia. HEX triplet: C3, 4E and AC. RGB value is (195,78,172). Sum of RGB (Red+Green+Blue) = 195+78+172=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EAC is #3CB153. Grayscale: #7B7B7B. Windows color (decimal): -3977556 or 11292355. OLE color: 11292355.
HSL color Cylindrical-coordinate representation of color #C34EAC: hue angle of 311.79º 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 #C34EAC is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 172 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.24 |
| HSL | 311.79º | 0.49% | 0.54% | - |
| HSV(B) | 311.79º | 0.6% | 0.76% | - |
| XYZ | 32.68 | 20.03 | 41.17 | - |
| YUV | 123.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 172 | 0 | 0.6 | 0.12 | 0.24 | 311.79 | 0.49 | 0.54 |
| Hex | C3 | 4E | AC | 0 | 3C | C | 18 | 138 | 31 | 36 |
| Octal | 303 | 116 | 254 | 0 | 74 | 14 | 30 | 470 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10101100 | 0 | 111100 | 1100 | 11000 | 100111000 | 110001 | 110110 |
Color Harmonies of #C34EAC
Complementary color
Monochromatic Colors of #C34EAC
Black with #C34EAC
Text Example
Text Example
White with #C34EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EAC; }
p { color: rgb(195,78,172); }
H1.HeaderClassName
{
color: #C34EAC;
}
.AnyTagClassName
{
color: #C34EAC;
}
</style>
background-color css
<style>
a { background-color: #C34EAC; }
a { background-color: rgb(195,78,172); }
div.DivClassName
{
background-color: #C34EAC;
}
.BgClassName
{
background-color: #C34EAC;
}
</style>
border-color css
<style>
span { border-color: #C34EAC; }
span { border-color: rgb(195,78,172); }
td.TdClassName
{
border-color: #C34EAC;
}
.TagClassName
{
border-color: #C34EAC;
}
</style>