#C050B8

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

Shades of Fuchsia #C050B8

Tints of Fuchsia #C050B8

Color information

#C050B8 (or 0xC050B8) is unknown color: approx Fuchsia. HEX triplet: C0, 50 and B8. RGB value is (192,80,184). Sum of RGB (Red+Green+Blue) = 192+80+184=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B8 is #3FAF47. Grayscale: #7D7D7D. Windows color (decimal): -4173640 or 12079296. OLE color: 12079296.

HSL color Cylindrical-coordinate representation of color #C050B8: hue angle of 304.29º 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 #C050B8 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19280184-
CMYK00.580.040.25
HSL304.29º47.06%53.33%-
HSV(B)304.29º58.33%75.29%-
XYZ33.2620.447.53-
YUV125.34161.11175.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=42.11%
G=17.54%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928018400.580.040.25304.2947.0653.33
HexC050B803A4191302f35
Octal3001202700724314605765
Binary11000000101000010111000011101010011001100110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050B8; }

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

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

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

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

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

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

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

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