Shades of Fuchsia #C04EC9
Tints of Fuchsia #C04EC9
RGB
CMYK
RGB Variations
Color information
#C04EC9 (or 0xC04EC9) is known color: Fuchsia. HEX triplet: C0, 4E and C9. RGB value is (192,78,201). Sum of RGB (Red+Green+Blue) = 192+78+201=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #C04EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EC9 is #3FB136. Grayscale: #7D7D7D. Windows color (decimal): -4174135 or 13192896. OLE color: 13192896.
HSL color Cylindrical-coordinate representation of color #C04EC9: hue angle of 295.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04EC9 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 78 | 201 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.21 |
| HSL | 295.61º | 0.53% | 0.55% | - |
| HSV(B) | 295.61º | 0.61% | 0.79% | - |
| XYZ | 35.01 | 20.87 | 57.44 | - |
| YUV | 126.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 201 | 0.04 | 0.61 | 0 | 0.21 | 295.61 | 0.53 | 0.55 |
| Hex | C0 | 4E | C9 | 4 | 3D | 0 | 15 | 128 | 35 | 37 |
| Octal | 300 | 116 | 311 | 4 | 75 | 0 | 25 | 450 | 65 | 67 |
| Binary | 11000000 | 1001110 | 11001001 | 100 | 111101 | 0 | 10101 | 100101000 | 110101 | 110111 |
Color Harmonies of #C04EC9
Complementary color
Monochromatic Colors of #C04EC9
Black with #C04EC9
Text Example
Text Example
White with #C04EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EC9; }
p { color: rgb(192,78,201); }
H1.HeaderClassName
{
color: #C04EC9;
}
.AnyTagClassName
{
color: #C04EC9;
}
</style>
background-color css
<style>
a { background-color: #C04EC9; }
a { background-color: rgb(192,78,201); }
div.DivClassName
{
background-color: #C04EC9;
}
.BgClassName
{
background-color: #C04EC9;
}
</style>
border-color css
<style>
span { border-color: #C04EC9; }
span { border-color: rgb(192,78,201); }
td.TdClassName
{
border-color: #C04EC9;
}
.TagClassName
{
border-color: #C04EC9;
}
</style>