Shades of Fuchsia #C34EC2
Tints of Fuchsia #C34EC2
RGB
CMYK
RGB Variations
Color information
#C34EC2 (or 0xC34EC2) is known color: Fuchsia. HEX triplet: C3, 4E and C2. RGB value is (195,78,194). Sum of RGB (Red+Green+Blue) = 195+78+194=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EC2 is #3CB13D. Grayscale: #7D7D7D. Windows color (decimal): -3977534 or 12734147. OLE color: 12734147.
HSL color Cylindrical-coordinate representation of color #C34EC2: hue angle of 300.51º 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 #C34EC2 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 194 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.24 |
| HSL | 300.51º | 0.49% | 0.54% | - |
| HSV(B) | 300.51º | 0.6% | 0.76% | - |
| XYZ | 34.97 | 20.95 | 53.24 | - |
| YUV | 126.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 194 | 0 | 0.6 | 0.01 | 0.24 | 300.51 | 0.49 | 0.54 |
| Hex | C3 | 4E | C2 | 0 | 3C | 1 | 18 | 12D | 31 | 36 |
| Octal | 303 | 116 | 302 | 0 | 74 | 1 | 30 | 455 | 61 | 66 |
| Binary | 11000011 | 1001110 | 11000010 | 0 | 111100 | 1 | 11000 | 100101101 | 110001 | 110110 |
Color Harmonies of #C34EC2
Complementary color
Monochromatic Colors of #C34EC2
Black with #C34EC2
Text Example
Text Example
White with #C34EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EC2; }
p { color: rgb(195,78,194); }
H1.HeaderClassName
{
color: #C34EC2;
}
.AnyTagClassName
{
color: #C34EC2;
}
</style>
background-color css
<style>
a { background-color: #C34EC2; }
a { background-color: rgb(195,78,194); }
div.DivClassName
{
background-color: #C34EC2;
}
.BgClassName
{
background-color: #C34EC2;
}
</style>
border-color css
<style>
span { border-color: #C34EC2; }
span { border-color: rgb(195,78,194); }
td.TdClassName
{
border-color: #C34EC2;
}
.TagClassName
{
border-color: #C34EC2;
}
</style>