Shades of Fuchsia #C04EBF
Tints of Fuchsia #C04EBF
RGB
CMYK
RGB Variations
Color information
#C04EBF (or 0xC04EBF) is known color: Fuchsia. HEX triplet: C0, 4E and BF. RGB value is (192,78,191). Sum of RGB (Red+Green+Blue) = 192+78+191=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EBF is #3FB140. Grayscale: #7C7C7C. Windows color (decimal): -4174145 or 12537536. OLE color: 12537536.
HSL color Cylindrical-coordinate representation of color #C04EBF: hue angle of 300.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04EBF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 191 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.25 |
| HSL | 300.53º | 0.48% | 0.53% | - |
| HSV(B) | 300.53º | 0.59% | 0.75% | - |
| XYZ | 33.87 | 20.42 | 51.45 | - |
| YUV | 124.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 191 | 0 | 0.59 | 0.01 | 0.25 | 300.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | BF | 0 | 3B | 1 | 19 | 12D | 30 | 35 |
| Octal | 300 | 116 | 277 | 0 | 73 | 1 | 31 | 455 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10111111 | 0 | 111011 | 1 | 11001 | 100101101 | 110000 | 110101 |
Color Harmonies of #C04EBF
Complementary color
Monochromatic Colors of #C04EBF
Black with #C04EBF
Text Example
Text Example
White with #C04EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EBF; }
p { color: rgb(192,78,191); }
H1.HeaderClassName
{
color: #C04EBF;
}
.AnyTagClassName
{
color: #C04EBF;
}
</style>
background-color css
<style>
a { background-color: #C04EBF; }
a { background-color: rgb(192,78,191); }
div.DivClassName
{
background-color: #C04EBF;
}
.BgClassName
{
background-color: #C04EBF;
}
</style>
border-color css
<style>
span { border-color: #C04EBF; }
span { border-color: rgb(192,78,191); }
td.TdClassName
{
border-color: #C04EBF;
}
.TagClassName
{
border-color: #C04EBF;
}
</style>