#C84FCA

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

Shades of Fuchsia #C84FCA

Tints of Fuchsia #C84FCA

Color information

#C84FCA (or 0xC84FCA) is unknown color: approx Fuchsia. HEX triplet: C8, 4F and CA. RGB value is (200,79,202). Sum of RGB (Red+Green+Blue) = 200+79+202=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCA is #37B035. Grayscale: #808080. Windows color (decimal): -3649590 or 13258696. OLE color: 13258696.

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

Color convert

RGB20079202-
CMYK0.010.6100.21
HSL299.02º53.71%55.1%-
HSV(B)299.02º60.89%79.22%-
XYZ37.2822.1458.19-
YUV129.2169.09178.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 79 (31.25% from 255) = 16.42%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=41.58%
G=16.42%
B=42.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200792020.010.6100.21299.0253.7155.1
HexC84FCA13D01512b3637
Octal3101173121750254536667
Binary110010001001111110010101111101010101100101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84FCA; }

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

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

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

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

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

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

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

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