Shades of Fuchsia #C04EB3
Tints of Fuchsia #C04EB3
RGB
CMYK
RGB Variations
Color information
#C04EB3 (or 0xC04EB3) is known color: Fuchsia. HEX triplet: C0, 4E and B3. RGB value is (192,78,179). Sum of RGB (Red+Green+Blue) = 192+78+179=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EB3 is #3FB14C. Grayscale: #7B7B7B. Windows color (decimal): -4174157 or 11751104. OLE color: 11751104.
HSL color Cylindrical-coordinate representation of color #C04EB3: hue angle of 306.84º 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 #C04EB3 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 179 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.25 |
| HSL | 306.84º | 0.48% | 0.53% | - |
| HSV(B) | 306.84º | 0.59% | 0.75% | - |
| XYZ | 32.6 | 19.91 | 44.77 | - |
| YUV | 123.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 179 | 0 | 0.59 | 0.07 | 0.25 | 306.84 | 0.48 | 0.53 |
| Hex | C0 | 4E | B3 | 0 | 3B | 7 | 19 | 133 | 30 | 35 |
| Octal | 300 | 116 | 263 | 0 | 73 | 7 | 31 | 463 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10110011 | 0 | 111011 | 111 | 11001 | 100110011 | 110000 | 110101 |
Color Harmonies of #C04EB3
Complementary color
Monochromatic Colors of #C04EB3
Black with #C04EB3
Text Example
Text Example
White with #C04EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EB3; }
p { color: rgb(192,78,179); }
H1.HeaderClassName
{
color: #C04EB3;
}
.AnyTagClassName
{
color: #C04EB3;
}
</style>
background-color css
<style>
a { background-color: #C04EB3; }
a { background-color: rgb(192,78,179); }
div.DivClassName
{
background-color: #C04EB3;
}
.BgClassName
{
background-color: #C04EB3;
}
</style>
border-color css
<style>
span { border-color: #C04EB3; }
span { border-color: rgb(192,78,179); }
td.TdClassName
{
border-color: #C04EB3;
}
.TagClassName
{
border-color: #C04EB3;
}
</style>