Shades of Fuchsia #C34EC6
Tints of Fuchsia #C34EC6
RGB
CMYK
RGB Variations
Color information
#C34EC6 (or 0xC34EC6) is known color: Fuchsia. HEX triplet: C3, 4E and C6. RGB value is (195,78,198). Sum of RGB (Red+Green+Blue) = 195+78+198=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #C34EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EC6 is #3CB139. Grayscale: #7E7E7E. Windows color (decimal): -3977530 or 12996291. OLE color: 12996291.
HSL color Cylindrical-coordinate representation of color #C34EC6: hue angle of 298.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34EC6 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 78 | 198 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.22 |
| HSL | 298.5º | 0.51% | 0.54% | - |
| HSV(B) | 298.5º | 0.61% | 0.78% | - |
| XYZ | 35.42 | 21.13 | 55.64 | - |
| YUV | 126.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 198 | 0.02 | 0.61 | 0 | 0.22 | 298.5 | 0.51 | 0.54 |
| Hex | C3 | 4E | C6 | 2 | 3D | 0 | 16 | 12A | 33 | 36 |
| Octal | 303 | 116 | 306 | 2 | 75 | 0 | 26 | 452 | 63 | 66 |
| Binary | 11000011 | 1001110 | 11000110 | 10 | 111101 | 0 | 10110 | 100101010 | 110011 | 110110 |
Color Harmonies of #C34EC6
Complementary color
Monochromatic Colors of #C34EC6
Black with #C34EC6
Text Example
Text Example
White with #C34EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EC6; }
p { color: rgb(195,78,198); }
H1.HeaderClassName
{
color: #C34EC6;
}
.AnyTagClassName
{
color: #C34EC6;
}
</style>
background-color css
<style>
a { background-color: #C34EC6; }
a { background-color: rgb(195,78,198); }
div.DivClassName
{
background-color: #C34EC6;
}
.BgClassName
{
background-color: #C34EC6;
}
</style>
border-color css
<style>
span { border-color: #C34EC6; }
span { border-color: rgb(195,78,198); }
td.TdClassName
{
border-color: #C34EC6;
}
.TagClassName
{
border-color: #C34EC6;
}
</style>