#C04EC9

Color #C04EC9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C04EC9

Tints of Fuchsia #C04EC9

Color information

#C04EC9 (or 0xC04EC9) is unknown color: approx 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

RGB19278201-
CMYK0.040.6100.21
HSL295.61º53.25%54.71%-
HSV(B)295.61º61.19%78.82%-
XYZ35.0120.8757.44-
YUV126.11170.27175-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 78 (30.86% from 255) = 16.56%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=40.76%
G=16.56%
B=42.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192782010.040.6100.21295.6153.2554.71
HexC04EC943D0151283537
Octal3001163114750254506567
Binary11000000100111011001001100111101010101100101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>