#C850CA

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

Shades of Fuchsia #C850CA

Tints of Fuchsia #C850CA

Color information

#C850CA (or 0xC850CA) is unknown color: approx Fuchsia. HEX triplet: C8, 50 and CA. RGB value is (200,80,202). Sum of RGB (Red+Green+Blue) = 200+80+202=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C850CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850CA is #37AF35. Grayscale: #818181. Windows color (decimal): -3649334 or 13258952. OLE color: 13258952.

HSL color Cylindrical-coordinate representation of color #C850CA: hue angle of 299.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C850CA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20080202-
CMYK0.010.6000.21
HSL299.02º53.51%55.29%-
HSV(B)299.02º60.4%79.22%-
XYZ37.3522.2858.21-
YUV129.79168.76178.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 16.60%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=41.49%
G=16.60%
B=41.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200802020.010.6000.21299.0253.5155.29
HexC850CA13C01512b3637
Octal3101203121740254536667
Binary110010001010000110010101111100010101100101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850CA; }

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

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

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

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

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

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

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

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