Shades of Fuchsia #C34EC3
Tints of Fuchsia #C34EC3
RGB
CMYK
RGB Variations
Color information
#C34EC3 (or 0xC34EC3) is known color: Fuchsia. HEX triplet: C3, 4E and C3. RGB value is (195,78,195). Sum of RGB (Red+Green+Blue) = 195+78+195=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C34EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EC3 is #3CB13C. Grayscale: #7D7D7D. Windows color (decimal): -3977533 or 12799683. OLE color: 12799683.
HSL color Cylindrical-coordinate representation of color #C34EC3: hue angle of 300º 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 #C34EC3 is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 195 | - |
| CMYK | 0 | 0.6 | 0 | 0.24 |
| HSL | 300º | 0.49% | 0.54% | - |
| HSV(B) | 300º | 0.6% | 0.76% | - |
| XYZ | 35.08 | 20.99 | 53.83 | - |
| YUV | 126.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 195 | 0 | 0.6 | 0 | 0.24 | 300 | 0.49 | 0.54 |
| Hex | C3 | 4E | C3 | 0 | 3C | 0 | 18 | 12C | 31 | 36 |
| Octal | 303 | 116 | 303 | 0 | 74 | 0 | 30 | 454 | 61 | 66 |
| Binary | 11000011 | 1001110 | 11000011 | 0 | 111100 | 0 | 11000 | 100101100 | 110001 | 110110 |
Color Harmonies of #C34EC3
Complementary color
Monochromatic Colors of #C34EC3
Black with #C34EC3
Text Example
Text Example
White with #C34EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EC3; }
p { color: rgb(195,78,195); }
H1.HeaderClassName
{
color: #C34EC3;
}
.AnyTagClassName
{
color: #C34EC3;
}
</style>
background-color css
<style>
a { background-color: #C34EC3; }
a { background-color: rgb(195,78,195); }
div.DivClassName
{
background-color: #C34EC3;
}
.BgClassName
{
background-color: #C34EC3;
}
</style>
border-color css
<style>
span { border-color: #C34EC3; }
span { border-color: rgb(195,78,195); }
td.TdClassName
{
border-color: #C34EC3;
}
.TagClassName
{
border-color: #C34EC3;
}
</style>