Shades of Fuchsia #C34ECC
Tints of Fuchsia #C34ECC
RGB
CMYK
RGB Variations
Color information
#C34ECC (or 0xC34ECC) is known color: Fuchsia. HEX triplet: C3, 4E and CC. RGB value is (195,78,204). Sum of RGB (Red+Green+Blue) = 195+78+204=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C34ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34ECC is #3CB133. Grayscale: #7E7E7E. Windows color (decimal): -3977524 or 13389507. OLE color: 13389507.
HSL color Cylindrical-coordinate representation of color #C34ECC: hue angle of 295.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34ECC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 78 | 204 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.2 |
| HSL | 295.71º | 0.55% | 0.55% | - |
| HSV(B) | 295.71º | 0.62% | 0.8% | - |
| XYZ | 36.13 | 21.41 | 59.36 | - |
| YUV | 127.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 204 | 0.04 | 0.62 | 0 | 0.2 | 295.71 | 0.55 | 0.55 |
| Hex | C3 | 4E | CC | 4 | 3E | 0 | 14 | 128 | 37 | 37 |
| Octal | 303 | 116 | 314 | 4 | 76 | 0 | 24 | 450 | 67 | 67 |
| Binary | 11000011 | 1001110 | 11001100 | 100 | 111110 | 0 | 10100 | 100101000 | 110111 | 110111 |
Color Harmonies of #C34ECC
Complementary color
Monochromatic Colors of #C34ECC
Black with #C34ECC
Text Example
Text Example
White with #C34ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ECC; }
p { color: rgb(195,78,204); }
H1.HeaderClassName
{
color: #C34ECC;
}
.AnyTagClassName
{
color: #C34ECC;
}
</style>
background-color css
<style>
a { background-color: #C34ECC; }
a { background-color: rgb(195,78,204); }
div.DivClassName
{
background-color: #C34ECC;
}
.BgClassName
{
background-color: #C34ECC;
}
</style>
border-color css
<style>
span { border-color: #C34ECC; }
span { border-color: rgb(195,78,204); }
td.TdClassName
{
border-color: #C34ECC;
}
.TagClassName
{
border-color: #C34ECC;
}
</style>