#C850C3

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

Shades of Fuchsia #C850C3

Tints of Fuchsia #C850C3

Color information

#C850C3 (or 0xC850C3) is unknown color: approx Fuchsia. HEX triplet: C8, 50 and C3. RGB value is (200,80,195). Sum of RGB (Red+Green+Blue) = 200+80+195=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C850C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850C3 is #37AF3C. Grayscale: #808080. Windows color (decimal): -3649341 or 12800200. OLE color: 12800200.

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

Color convert

RGB20080195-
CMYK00.60.020.22
HSL302.5º52.17%54.9%-
HSV(B)302.5º60%78.43%-
XYZ36.5421.9653.94-
YUV128.99165.26178.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 16.84%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=42.11%
G=16.84%
B=41.05%

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
Decimal2008019500.60.020.22302.552.1754.9
HexC850C303C21612e3437
Octal3101203030742264566467
Binary1100100010100001100001101111001010110100101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850C3; }

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

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

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

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

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

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

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

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