#C84EC9

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

Shades of Fuchsia #C84EC9

Tints of Fuchsia #C84EC9

Color information

#C84EC9 (or 0xC84EC9) is unknown color: approx Fuchsia. HEX triplet: C8, 4E and C9. RGB value is (200,78,201). Sum of RGB (Red+Green+Blue) = 200+78+201=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #C84EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EC9 is #37B136. Grayscale: #808080. Windows color (decimal): -3649847 or 13192904. OLE color: 13192904.

HSL color Cylindrical-coordinate representation of color #C84EC9: hue angle of 299.51º 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 #C84EC9 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20078201-
CMYK0.000.6100.21
HSL299.51º53.25%54.71%-
HSV(B)299.51º61.19%78.82%-
XYZ37.0921.9557.54-
YUV128.5168.92179-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=41.75%
G=16.28%
B=41.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200782010.000.6100.21299.5153.2554.71
HexC84EC903D01512c3537
Octal3101163110750254546567
Binary110010001001110110010010111101010101100101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84EC9; }

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

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

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

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

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

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

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

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