#C853B1

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

Shades of Fuchsia #C853B1

Tints of Fuchsia #C853B1

Color information

#C853B1 (or 0xC853B1) is unknown color: approx Fuchsia. HEX triplet: C8, 53 and B1. RGB value is (200,83,177). Sum of RGB (Red+Green+Blue) = 200+83+177=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C853B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853B1 is #37AC4E. Grayscale: #808080. Windows color (decimal): -3648591 or 11621320. OLE color: 11621320.

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

Color convert

RGB20083177-
CMYK00.580.120.22
HSL311.79º51.54%55.49%-
HSV(B)311.79º58.5%78.43%-
XYZ34.8521.6443.94-
YUV128.7155.26178.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=43.48%
G=18.04%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008317700.580.120.22311.7951.5455.49
HexC853B103AC161383437
Octal31012326107214264706467
Binary110010001010011101100010111010110010110100111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C853B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C853B1; }

 p { color: rgb(200,83,177); }

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

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

 a { background-color: rgb(200,83,177); }

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

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

 span { border-color: rgb(200,83,177); }

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