#C850C4

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

Shades of Fuchsia #C850C4

Tints of Fuchsia #C850C4

Color information

#C850C4 (or 0xC850C4) is unknown color: approx Fuchsia. HEX triplet: C8, 50 and C4. RGB value is (200,80,196). Sum of RGB (Red+Green+Blue) = 200+80+196=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C850C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850C4 is #37AF3B. Grayscale: #808080. Windows color (decimal): -3649340 or 12865736. OLE color: 12865736.

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

Color convert

RGB20080196-
CMYK00.60.020.22
HSL302º52.17%54.9%-
HSV(B)302º60%78.43%-
XYZ36.652254.54-
YUV129.1165.76178.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 80 (31.64% from 255) = 16.81%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=42.02%
G=16.81%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008019600.60.020.2230252.1754.9
HexC850C403C21612e3437
Octal3101203040742264566467
Binary1100100010100001100010001111001010110100101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850C4; }

 p { color: rgb(200,80,196); }

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

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

 a { background-color: rgb(200,80,196); }

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

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

 span { border-color: rgb(200,80,196); }

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