#C850B4

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

Shades of Fuchsia #C850B4

Tints of Fuchsia #C850B4

Color information

#C850B4 (or 0xC850B4) is unknown color: approx Fuchsia. HEX triplet: C8, 50 and B4. RGB value is (200,80,180). Sum of RGB (Red+Green+Blue) = 200+80+180=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850B4 is #37AF4B. Grayscale: #7E7E7E. Windows color (decimal): -3649356 or 11817160. OLE color: 11817160.

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

Color convert

RGB20080180-
CMYK00.60.10.22
HSL310º52.17%54.9%-
HSV(B)310º60%78.43%-
XYZ34.9321.3145.45-
YUV127.28157.76179.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 80 (31.64% from 255) = 17.39%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008018000.60.10.2231052.1754.9
HexC850B403CA161363437
Octal31012026407412264666467
Binary110010001010000101101000111100101010110100110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850B4; }

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

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

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

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

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

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

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

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