Shades of Fuchsia #C34EBC
Tints of Fuchsia #C34EBC
RGB
CMYK
RGB Variations
Color information
#C34EBC (or 0xC34EBC) is known color: Fuchsia. HEX triplet: C3, 4E and BC. RGB value is (195,78,188). Sum of RGB (Red+Green+Blue) = 195+78+188=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EBC is #3CB143. Grayscale: #7D7D7D. Windows color (decimal): -3977540 or 12340931. OLE color: 12340931.
HSL color Cylindrical-coordinate representation of color #C34EBC: hue angle of 303.59º 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 #C34EBC is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 188 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.24 |
| HSL | 303.59º | 0.49% | 0.54% | - |
| HSV(B) | 303.59º | 0.6% | 0.76% | - |
| XYZ | 34.31 | 20.68 | 49.76 | - |
| YUV | 125.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 188 | 0 | 0.6 | 0.04 | 0.24 | 303.59 | 0.49 | 0.54 |
| Hex | C3 | 4E | BC | 0 | 3C | 4 | 18 | 130 | 31 | 36 |
| Octal | 303 | 116 | 274 | 0 | 74 | 4 | 30 | 460 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10111100 | 0 | 111100 | 100 | 11000 | 100110000 | 110001 | 110110 |
Color Harmonies of #C34EBC
Complementary color
Monochromatic Colors of #C34EBC
Black with #C34EBC
Text Example
Text Example
White with #C34EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EBC; }
p { color: rgb(195,78,188); }
H1.HeaderClassName
{
color: #C34EBC;
}
.AnyTagClassName
{
color: #C34EBC;
}
</style>
background-color css
<style>
a { background-color: #C34EBC; }
a { background-color: rgb(195,78,188); }
div.DivClassName
{
background-color: #C34EBC;
}
.BgClassName
{
background-color: #C34EBC;
}
</style>
border-color css
<style>
span { border-color: #C34EBC; }
span { border-color: rgb(195,78,188); }
td.TdClassName
{
border-color: #C34EBC;
}
.TagClassName
{
border-color: #C34EBC;
}
</style>