#C854BA

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

Shades of Fuchsia #C854BA

Tints of Fuchsia #C854BA

Color information

#C854BA (or 0xC854BA) is unknown color: approx Fuchsia. HEX triplet: C8, 54 and BA. RGB value is (200,84,186). Sum of RGB (Red+Green+Blue) = 200+84+186=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C854BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854BA is #37AB45. Grayscale: #828282. Windows color (decimal): -3648326 or 12211400. OLE color: 12211400.

HSL color Cylindrical-coordinate representation of color #C854BA: hue angle of 307.24º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854BA is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB20084186-
CMYK00.580.070.22
HSL307.24º51.33%55.69%-
HSV(B)307.24º58%78.43%-
XYZ35.8522.1748.84-
YUV130.31159.43177.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=42.55%
G=17.87%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008418600.580.070.22307.2451.3355.69
HexC854BA03A7161333338
Octal3101242720727264636370
Binary11001000101010010111010011101011110110100110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C854BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C854BA; }

 p { color: rgb(200,84,186); }

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

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

 a { background-color: rgb(200,84,186); }

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

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

 span { border-color: rgb(200,84,186); }

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