#C05FB9

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

Shades of Fuchsia #C05FB9

Tints of Fuchsia #C05FB9

Color information

#C05FB9 (or 0xC05FB9) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and B9. RGB value is (192,95,185). Sum of RGB (Red+Green+Blue) = 192+95+185=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FB9 is #3FA046. Grayscale: #868686. Windows color (decimal): -4169799 or 12148672. OLE color: 12148672.

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

Color convert

RGB19295185-
CMYK00.510.040.25
HSL304.33º43.5%56.27%-
HSV(B)304.33º50.52%75.29%-
XYZ34.5922.8948.49-
YUV134.26156.64169.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=40.68%
G=20.13%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929518500.510.040.25304.3343.556.27
HexC05FB90334191302b38
Octal3001372710634314605370
Binary11000000101111110111001011001110011001100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FB9; }

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

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

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

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

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

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

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

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