#C84ACC

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

Shades of Fuchsia #C84ACC

Tints of Fuchsia #C84ACC

Color information

#C84ACC (or 0xC84ACC) is unknown color: approx Fuchsia. HEX triplet: C8, 4A and CC. RGB value is (200,74,204). Sum of RGB (Red+Green+Blue) = 200+74+204=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACC is #37B533. Grayscale: #7E7E7E. Windows color (decimal): -3650868 or 13388488. OLE color: 13388488.

HSL color Cylindrical-coordinate representation of color #C84ACC: hue angle of 298.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20074204-
CMYK0.020.6400.2
HSL298.15º56.03%54.51%-
HSV(B)298.15º63.73%80%-
XYZ37.1721.5459.32-
YUV126.49171.74180.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=41.84%
G=15.48%
B=42.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200742040.020.6400.2298.1556.0354.51
HexC84ACC24001412a3837
Octal31011231421000244527067
Binary11001000100101011001100101000000010100100101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84ACC; }

 p { color: rgb(200,74,204); }

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

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

 a { background-color: rgb(200,74,204); }

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

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

 span { border-color: rgb(200,74,204); }

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