#C84BAF

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

Shades of Fuchsia #C84BAF

Tints of Fuchsia #C84BAF

Color information

#C84BAF (or 0xC84BAF) is unknown color: approx Fuchsia. HEX triplet: C8, 4B and AF. RGB value is (200,75,175). Sum of RGB (Red+Green+Blue) = 200+75+175=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAF is #37B450. Grayscale: #7B7B7B. Windows color (decimal): -3650641 or 11488200. OLE color: 11488200.

HSL color Cylindrical-coordinate representation of color #C84BAF: hue angle of 312º 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 #C84BAF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB20075175-
CMYK00.620.120.22
HSL312º53.19%53.92%-
HSV(B)312º62.5%78.43%-
XYZ34.0720.4142.7-
YUV123.78156.91182.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007517500.620.120.2231253.1953.92
HexC84BAF03EC161383536
Octal31011325707614264706566
Binary110010001001011101011110111110110010110100111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84BAF; }

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

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

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

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

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

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

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

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