#c853b4

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

Shades of Fuchsia #C853B4

Tints of Fuchsia #C853B4

Color information

#C853B4 (or 0xC853B4) is unknown color: approx Fuchsia. HEX triplet: C8, 53 and B4. RGB value is (200,83,180). Sum of RGB (Red+Green+Blue) = 200+83+180=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C853B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853B4 is #37AC4B. Grayscale: #808080. Windows color (decimal): -3648588 or 11817928. OLE color: 11817928.

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

Color convert

RGB20083180-
CMYK00.580.10.22
HSL310.26º51.54%55.49%-
HSV(B)310.26º58.5%78.43%-
XYZ35.1521.7645.53-
YUV129.04156.76178.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=43.20%
G=17.93%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008318000.580.10.22310.2651.5455.49
HexC853B403AA161363437
Octal31012326407212264666467
Binary110010001010011101101000111010101010110100110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c853b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c853b4; }

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

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

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

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

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

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

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

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