#C84BAC

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

Shades of Fuchsia #C84BAC

Tints of Fuchsia #C84BAC

Color information

#C84BAC (or 0xC84BAC) is unknown color: approx Fuchsia. HEX triplet: C8, 4B and AC. RGB value is (200,75,172). Sum of RGB (Red+Green+Blue) = 200+75+172=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAC is #37B453. Grayscale: #7B7B7B. Windows color (decimal): -3650644 or 11291592. OLE color: 11291592.

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

Color convert

RGB20075172-
CMYK00.620.140.22
HSL313.44º53.19%53.92%-
HSV(B)313.44º62.5%78.43%-
XYZ33.7820.2941.17-
YUV123.43155.41182.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=44.74%
G=16.78%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007517200.620.140.22313.4453.1953.92
HexC84BAC03EE161393536
Octal31011325407616264716566
Binary110010001001011101011000111110111010110100111001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84BAC; }

 p { color: rgb(200,75,172); }

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

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

 a { background-color: rgb(200,75,172); }

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

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

 span { border-color: rgb(200,75,172); }

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