#C051B9

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

Shades of Fuchsia #C051B9

Tints of Fuchsia #C051B9

Color information

#C051B9 (or 0xC051B9) is unknown color: approx Fuchsia. HEX triplet: C0, 51 and B9. RGB value is (192,81,185). Sum of RGB (Red+Green+Blue) = 192+81+185=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B9 is #3FAE46. Grayscale: #7D7D7D. Windows color (decimal): -4173383 or 12145088. OLE color: 12145088.

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

Color convert

RGB19281185-
CMYK00.580.040.25
HSL303.78º46.84%53.53%-
HSV(B)303.78º57.81%75.29%-
XYZ33.4420.5948.11-
YUV126.04161.27175.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=41.92%
G=17.69%
B=40.39%

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
Decimal1928118500.580.040.25303.7846.8453.53
HexC051B903A4191302f36
Octal3001212710724314605766
Binary11000000101000110111001011101010011001100110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051B9; }

 p { color: rgb(192,81,185); }

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

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

 a { background-color: rgb(192,81,185); }

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

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

 span { border-color: rgb(192,81,185); }

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