Shades of Fuchsia #C34EC8
Tints of Fuchsia #C34EC8
RGB
CMYK
RGB Variations
Color information
#C34EC8 (or 0xC34EC8) is known color: Fuchsia. HEX triplet: C3, 4E and C8. RGB value is (195,78,200). Sum of RGB (Red+Green+Blue) = 195+78+200=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #C34EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EC8 is #3CB137. Grayscale: #7E7E7E. Windows color (decimal): -3977528 or 13127363. OLE color: 13127363.
HSL color Cylindrical-coordinate representation of color #C34EC8: hue angle of 297.54º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34EC8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 78 | 200 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.22 |
| HSL | 297.54º | 0.53% | 0.55% | - |
| HSV(B) | 297.54º | 0.61% | 0.78% | - |
| XYZ | 35.66 | 21.22 | 56.86 | - |
| YUV | 126.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 200 | 0.02 | 0.61 | 0 | 0.22 | 297.54 | 0.53 | 0.55 |
| Hex | C3 | 4E | C8 | 2 | 3D | 0 | 16 | 12A | 35 | 37 |
| Octal | 303 | 116 | 310 | 2 | 75 | 0 | 26 | 452 | 65 | 67 |
| Binary | 11000011 | 1001110 | 11001000 | 10 | 111101 | 0 | 10110 | 100101010 | 110101 | 110111 |
Color Harmonies of #C34EC8
Complementary color
Monochromatic Colors of #C34EC8
Black with #C34EC8
Text Example
Text Example
White with #C34EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EC8; }
p { color: rgb(195,78,200); }
H1.HeaderClassName
{
color: #C34EC8;
}
.AnyTagClassName
{
color: #C34EC8;
}
</style>
background-color css
<style>
a { background-color: #C34EC8; }
a { background-color: rgb(195,78,200); }
div.DivClassName
{
background-color: #C34EC8;
}
.BgClassName
{
background-color: #C34EC8;
}
</style>
border-color css
<style>
span { border-color: #C34EC8; }
span { border-color: rgb(195,78,200); }
td.TdClassName
{
border-color: #C34EC8;
}
.TagClassName
{
border-color: #C34EC8;
}
</style>