#C853BA

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

Shades of Fuchsia #C853BA

Tints of Fuchsia #C853BA

Color information

#C853BA (or 0xC853BA) is unknown color: approx Fuchsia. HEX triplet: C8, 53 and BA. RGB value is (200,83,186). Sum of RGB (Red+Green+Blue) = 200+83+186=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C853BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853BA is #37AC45. Grayscale: #818181. Windows color (decimal): -3648582 or 12211144. OLE color: 12211144.

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

Color convert

RGB20083186-
CMYK00.580.070.22
HSL307.18º51.54%55.49%-
HSV(B)307.18º58.5%78.43%-
XYZ35.7822.0148.82-
YUV129.72159.76178.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=42.64%
G=17.70%
B=39.66%

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
Decimal2008318600.580.070.22307.1851.5455.49
HexC853BA03A7161333437
Octal3101232720727264636467
Binary11001000101001110111010011101011110110100110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C853BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C853BA; }

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

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

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

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

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

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

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

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