#C84FCE

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

Shades of Fuchsia #C84FCE

Tints of Fuchsia #C84FCE

Color information

#C84FCE (or 0xC84FCE) is unknown color: approx Fuchsia. HEX triplet: C8, 4F and CE. RGB value is (200,79,206). Sum of RGB (Red+Green+Blue) = 200+79+206=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCE is #37B031. Grayscale: #818181. Windows color (decimal): -3649586 or 13520840. OLE color: 13520840.

HSL color Cylindrical-coordinate representation of color #C84FCE: hue angle of 297.17º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84FCE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20079206-
CMYK0.030.6200.19
HSL297.17º56.44%55.88%-
HSV(B)297.17º61.65%80.78%-
XYZ37.7622.3360.71-
YUV129.66171.09178.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=41.24%
G=16.29%
B=42.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200792060.030.6200.19297.1756.4455.88
HexC84FCE33E0131293838
Octal3101173163760234517070
Binary1100100010011111100111011111110010011100101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84FCE; }

 p { color: rgb(200,79,206); }

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

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

 a { background-color: rgb(200,79,206); }

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

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

 span { border-color: rgb(200,79,206); }

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