Shades of Fuchsia #C04EB5
Tints of Fuchsia #C04EB5
RGB
CMYK
RGB Variations
Color information
#C04EB5 (or 0xC04EB5) is known color: Fuchsia. HEX triplet: C0, 4E and B5. RGB value is (192,78,181). Sum of RGB (Red+Green+Blue) = 192+78+181=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EB5 is #3FB14A. Grayscale: #7B7B7B. Windows color (decimal): -4174155 or 11882176. OLE color: 11882176.
HSL color Cylindrical-coordinate representation of color #C04EB5: hue angle of 305.79º 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 #C04EB5 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 78 | 181 | - |
CMYK | 0 | 0.59 | 0.06 | 0.25 |
HSL | 305.79º | 0.48% | 0.53% | - |
HSV(B) | 305.79º | 0.59% | 0.75% | - |
XYZ | 32.8 | 19.99 | 45.85 | - |
YUV | 123.83 | 160.27 | 176.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 78 | 181 | 0 | 0.59 | 0.06 | 0.25 | 305.79 | 0.48 | 0.53 |
Hex | C0 | 4E | B5 | 0 | 3B | 6 | 19 | 132 | 30 | 35 |
Octal | 300 | 116 | 265 | 0 | 73 | 6 | 31 | 462 | 60 | 65 |
Binary | 11000000 | 1001110 | 10110101 | 0 | 111011 | 110 | 11001 | 100110010 | 110000 | 110101 |
Color Harmonies of #C04EB5
Complementary color
Monochromatic Colors of #C04EB5
Black with #C04EB5
Text Example
Text Example
White with #C04EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EB5; }
p { color: rgb(192,78,181); }
H1.HeaderClassName
{
color: #C04EB5;
}
.AnyTagClassName
{
color: #C04EB5;
}
</style>
background-color css
<style>
a { background-color: #C04EB5; }
a { background-color: rgb(192,78,181); }
div.DivClassName
{
background-color: #C04EB5;
}
.BgClassName
{
background-color: #C04EB5;
}
</style>
border-color css
<style>
span { border-color: #C04EB5; }
span { border-color: rgb(192,78,181); }
td.TdClassName
{
border-color: #C04EB5;
}
.TagClassName
{
border-color: #C04EB5;
}
</style>