Shades of Fuchsia #C04EB1
Tints of Fuchsia #C04EB1
RGB
CMYK
RGB Variations
Color information
#C04EB1 (or 0xC04EB1) is known color: Fuchsia. HEX triplet: C0, 4E and B1. RGB value is (192,78,177). Sum of RGB (Red+Green+Blue) = 192+78+177=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EB1 is #3FB14E. Grayscale: #7B7B7B. Windows color (decimal): -4174159 or 11620032. OLE color: 11620032.
HSL color Cylindrical-coordinate representation of color #C04EB1: hue angle of 307.89º 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 #C04EB1 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 177 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.25 |
| HSL | 307.89º | 0.48% | 0.53% | - |
| HSV(B) | 307.89º | 0.59% | 0.75% | - |
| XYZ | 32.4 | 19.83 | 43.71 | - |
| YUV | 123.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 177 | 0 | 0.59 | 0.08 | 0.25 | 307.89 | 0.48 | 0.53 |
| Hex | C0 | 4E | B1 | 0 | 3B | 8 | 19 | 134 | 30 | 35 |
| Octal | 300 | 116 | 261 | 0 | 73 | 10 | 31 | 464 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10110001 | 0 | 111011 | 1000 | 11001 | 100110100 | 110000 | 110101 |
Color Harmonies of #C04EB1
Complementary color
Monochromatic Colors of #C04EB1
Black with #C04EB1
Text Example
Text Example
White with #C04EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EB1; }
p { color: rgb(192,78,177); }
H1.HeaderClassName
{
color: #C04EB1;
}
.AnyTagClassName
{
color: #C04EB1;
}
</style>
background-color css
<style>
a { background-color: #C04EB1; }
a { background-color: rgb(192,78,177); }
div.DivClassName
{
background-color: #C04EB1;
}
.BgClassName
{
background-color: #C04EB1;
}
</style>
border-color css
<style>
span { border-color: #C04EB1; }
span { border-color: rgb(192,78,177); }
td.TdClassName
{
border-color: #C04EB1;
}
.TagClassName
{
border-color: #C04EB1;
}
</style>