#C84CBF

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

Shades of Fuchsia #C84CBF

Tints of Fuchsia #C84CBF

Color information

#C84CBF (or 0xC84CBF) is unknown color: approx Fuchsia. HEX triplet: C8, 4C and BF. RGB value is (200,76,191). Sum of RGB (Red+Green+Blue) = 200+76+191=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBF is #37B340. Grayscale: #7D7D7D. Windows color (decimal): -3650369 or 12537032. OLE color: 12537032.

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

Color convert

RGB20076191-
CMYK00.620.040.22
HSL304.35º52.99%54.12%-
HSV(B)304.35º62%78.43%-
XYZ35.8121.2151.5-
YUV126.19164.58180.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 76 (30.08% from 255) = 16.27%
BLUE value IS 191 (75% from 255) = 40.90%
R=42.83%
G=16.27%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007619100.620.040.22304.3552.9954.12
HexC84CBF03E4161303536
Octal3101142770764264606566
Binary11001000100110010111111011111010010110100110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84CBF; }

 p { color: rgb(200,76,191); }

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

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

 a { background-color: rgb(200,76,191); }

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

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

 span { border-color: rgb(200,76,191); }

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