Shades of Fuchsia #C04EC7
Tints of Fuchsia #C04EC7
RGB
CMYK
RGB Variations
Color information
#C04EC7 (or 0xC04EC7) is known color: Fuchsia. HEX triplet: C0, 4E and C7. RGB value is (192,78,199). Sum of RGB (Red+Green+Blue) = 192+78+199=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #C04EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EC7 is #3FB138. Grayscale: #7D7D7D. Windows color (decimal): -4174137 or 13061824. OLE color: 13061824.
HSL color Cylindrical-coordinate representation of color #C04EC7: hue angle of 296.53º degrees, saturation: 0.52, 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 #C04EC7 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 78 | 199 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.22 |
| HSL | 296.53º | 0.52% | 0.54% | - |
| HSV(B) | 296.53º | 0.61% | 0.78% | - |
| XYZ | 34.77 | 20.78 | 56.21 | - |
| YUV | 125.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 199 | 0.04 | 0.61 | 0 | 0.22 | 296.53 | 0.52 | 0.54 |
| Hex | C0 | 4E | C7 | 4 | 3D | 0 | 16 | 129 | 34 | 36 |
| Octal | 300 | 116 | 307 | 4 | 75 | 0 | 26 | 451 | 64 | 66 |
| Binary | 11000000 | 1001110 | 11000111 | 100 | 111101 | 0 | 10110 | 100101001 | 110100 | 110110 |
Color Harmonies of #C04EC7
Complementary color
Monochromatic Colors of #C04EC7
Black with #C04EC7
Text Example
Text Example
White with #C04EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EC7; }
p { color: rgb(192,78,199); }
H1.HeaderClassName
{
color: #C04EC7;
}
.AnyTagClassName
{
color: #C04EC7;
}
</style>
background-color css
<style>
a { background-color: #C04EC7; }
a { background-color: rgb(192,78,199); }
div.DivClassName
{
background-color: #C04EC7;
}
.BgClassName
{
background-color: #C04EC7;
}
</style>
border-color css
<style>
span { border-color: #C04EC7; }
span { border-color: rgb(192,78,199); }
td.TdClassName
{
border-color: #C04EC7;
}
.TagClassName
{
border-color: #C04EC7;
}
</style>