#C84ABE

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

Shades of Fuchsia #C84ABE

Tints of Fuchsia #C84ABE

Color information

#C84ABE (or 0xC84ABE) is unknown color: approx Fuchsia. HEX triplet: C8, 4A and BE. RGB value is (200,74,190). Sum of RGB (Red+Green+Blue) = 200+74+190=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABE is #37B541. Grayscale: #7C7C7C. Windows color (decimal): -3650882 or 12470984. OLE color: 12470984.

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

Color convert

RGB20074190-
CMYK00.630.050.22
HSL304.76º53.39%53.73%-
HSV(B)304.76º63%78.43%-
XYZ35.5620.8950.87-
YUV124.9164.74181.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 74 (29.30% from 255) = 15.95%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=43.10%
G=15.95%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007419000.630.050.22304.7653.3953.73
HexC84ABE03F5161313536
Octal3101122760775264616566
Binary11001000100101010111110011111110110110100110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84ABE; }

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

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

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

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

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

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

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

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