Shades of Fuchsia #C34EC1
Tints of Fuchsia #C34EC1
RGB
CMYK
RGB Variations
Color information
#C34EC1 (or 0xC34EC1) is known color: Fuchsia. HEX triplet: C3, 4E and C1. RGB value is (195,78,193). Sum of RGB (Red+Green+Blue) = 195+78+193=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EC1 is #3CB13E. Grayscale: #7D7D7D. Windows color (decimal): -3977535 or 12668611. OLE color: 12668611.
HSL color Cylindrical-coordinate representation of color #C34EC1: hue angle of 301.03º 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 #C34EC1 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 193 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.24 |
| HSL | 301.03º | 0.49% | 0.54% | - |
| HSV(B) | 301.03º | 0.6% | 0.76% | - |
| XYZ | 34.86 | 20.9 | 52.65 | - |
| YUV | 126.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 193 | 0 | 0.6 | 0.01 | 0.24 | 301.03 | 0.49 | 0.54 |
| Hex | C3 | 4E | C1 | 0 | 3C | 1 | 18 | 12D | 31 | 36 |
| Octal | 303 | 116 | 301 | 0 | 74 | 1 | 30 | 455 | 61 | 66 |
| Binary | 11000011 | 1001110 | 11000001 | 0 | 111100 | 1 | 11000 | 100101101 | 110001 | 110110 |
Color Harmonies of #C34EC1
Complementary color
Monochromatic Colors of #C34EC1
Black with #C34EC1
Text Example
Text Example
White with #C34EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EC1; }
p { color: rgb(195,78,193); }
H1.HeaderClassName
{
color: #C34EC1;
}
.AnyTagClassName
{
color: #C34EC1;
}
</style>
background-color css
<style>
a { background-color: #C34EC1; }
a { background-color: rgb(195,78,193); }
div.DivClassName
{
background-color: #C34EC1;
}
.BgClassName
{
background-color: #C34EC1;
}
</style>
border-color css
<style>
span { border-color: #C34EC1; }
span { border-color: rgb(195,78,193); }
td.TdClassName
{
border-color: #C34EC1;
}
.TagClassName
{
border-color: #C34EC1;
}
</style>