Shades of Fuchsia #C04EBE
Tints of Fuchsia #C04EBE
RGB
CMYK
RGB Variations
Color information
#C04EBE (or 0xC04EBE) is known color: Fuchsia. HEX triplet: C0, 4E and BE. RGB value is (192,78,190). Sum of RGB (Red+Green+Blue) = 192+78+190=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EBE is #3FB141. Grayscale: #7C7C7C. Windows color (decimal): -4174146 or 12472000. OLE color: 12472000.
HSL color Cylindrical-coordinate representation of color #C04EBE: hue angle of 301.05º 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 #C04EBE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 190 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.25 |
| HSL | 301.05º | 0.48% | 0.53% | - |
| HSV(B) | 301.05º | 0.59% | 0.75% | - |
| XYZ | 33.76 | 20.37 | 50.87 | - |
| YUV | 124.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 190 | 0 | 0.59 | 0.01 | 0.25 | 301.05 | 0.48 | 0.53 |
| Hex | C0 | 4E | BE | 0 | 3B | 1 | 19 | 12D | 30 | 35 |
| Octal | 300 | 116 | 276 | 0 | 73 | 1 | 31 | 455 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10111110 | 0 | 111011 | 1 | 11001 | 100101101 | 110000 | 110101 |
Color Harmonies of #C04EBE
Complementary color
Monochromatic Colors of #C04EBE
Black with #C04EBE
Text Example
Text Example
White with #C04EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EBE; }
p { color: rgb(192,78,190); }
H1.HeaderClassName
{
color: #C04EBE;
}
.AnyTagClassName
{
color: #C04EBE;
}
</style>
background-color css
<style>
a { background-color: #C04EBE; }
a { background-color: rgb(192,78,190); }
div.DivClassName
{
background-color: #C04EBE;
}
.BgClassName
{
background-color: #C04EBE;
}
</style>
border-color css
<style>
span { border-color: #C04EBE; }
span { border-color: rgb(192,78,190); }
td.TdClassName
{
border-color: #C04EBE;
}
.TagClassName
{
border-color: #C04EBE;
}
</style>