#C050B5

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

Shades of Fuchsia #C050B5

Tints of Fuchsia #C050B5

Color information

#C050B5 (or 0xC050B5) is unknown color: approx Fuchsia. HEX triplet: C0, 50 and B5. RGB value is (192,80,181). Sum of RGB (Red+Green+Blue) = 192+80+181=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B5 is #3FAF4A. Grayscale: #7C7C7C. Windows color (decimal): -4173643 or 11882688. OLE color: 11882688.

HSL color Cylindrical-coordinate representation of color #C050B5: hue angle of 305.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050B5 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19280181-
CMYK00.580.060.25
HSL305.89º47.06%53.33%-
HSV(B)305.89º58.33%75.29%-
XYZ32.9520.2845.89-
YUV125159.61175.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=42.38%
G=17.66%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928018100.580.060.25305.8947.0653.33
HexC050B503A6191322f35
Octal3001202650726314625765
Binary11000000101000010110101011101011011001100110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050B5; }

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

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

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

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

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

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

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

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