#C04EC8

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

Shades of Fuchsia #C04EC8

Tints of Fuchsia #C04EC8

Color information

#C04EC8 (or 0xC04EC8) is unknown color: approx Fuchsia. HEX triplet: C0, 4E and C8. RGB value is (192,78,200). Sum of RGB (Red+Green+Blue) = 192+78+200=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #C04EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EC8 is #3FB137. Grayscale: #7D7D7D. Windows color (decimal): -4174136 or 13127360. OLE color: 13127360.

HSL color Cylindrical-coordinate representation of color #C04EC8: hue angle of 296.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04EC8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19278200-
CMYK0.040.6100.22
HSL296.07º52.59%54.51%-
HSV(B)296.07º61%78.43%-
XYZ34.8920.8356.82-
YUV125.99169.77175.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=40.85%
G=16.60%
B=42.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192782000.040.6100.22296.0752.5954.51
HexC04EC843D0161283537
Octal3001163104750264506567
Binary11000000100111011001000100111101010110100101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04EC8; }

 p { color: rgb(192,78,200); }

 H1.HeaderClassName
 {
   color: #C04EC8;
 }
 .AnyTagClassName
 {
   color: #C04EC8;
 }
</style>
background-color css

<style>
 a { background-color: #C04EC8; }

 a { background-color: rgb(192,78,200); }

 div.DivClassName
 {
   background-color: #C04EC8;
 }
 .BgClassName
 {
   background-color: #C04EC8;
 }
</style>
border-color css

<style>
 span { border-color: #C04EC8; }

 span { border-color: rgb(192,78,200); }

 td.TdClassName
 {
   border-color: #C04EC8;
 }
 .TagClassName
 {
   border-color: #C04EC8;
 }
</style>