#C050C1

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

Shades of Fuchsia #C050C1

Tints of Fuchsia #C050C1

Color information

#C050C1 (or 0xC050C1) is unknown color: approx Fuchsia. HEX triplet: C0, 50 and C1. RGB value is (192,80,193). Sum of RGB (Red+Green+Blue) = 192+80+193=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #C050C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050C1 is #3FAF3E. Grayscale: #7E7E7E. Windows color (decimal): -4173631 or 12669120. OLE color: 12669120.

HSL color Cylindrical-coordinate representation of color #C050C1: hue angle of 299.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C050C1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19280193-
CMYK0.010.5900.24
HSL299.47º47.68%53.53%-
HSV(B)299.47º58.55%75.69%-
XYZ34.2320.7952.66-
YUV126.37165.61174.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=41.29%
G=17.20%
B=41.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192801930.010.5900.24299.4747.6853.53
HexC050C113B01812b3036
Octal3001203011730304536066
Binary110000001010000110000011111011011000100101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050C1; }

 p { color: rgb(192,80,193); }

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

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

 a { background-color: rgb(192,80,193); }

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

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

 span { border-color: rgb(192,80,193); }

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