#C060BA

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

Shades of Fuchsia #C060BA

Tints of Fuchsia #C060BA

Color information

#C060BA (or 0xC060BA) is unknown color: approx Fuchsia. HEX triplet: C0, 60 and BA. RGB value is (192,96,186). Sum of RGB (Red+Green+Blue) = 192+96+186=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C060BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060BA is #3F9F45. Grayscale: #868686. Windows color (decimal): -4169542 or 12214464. OLE color: 12214464.

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

Color convert

RGB19296186-
CMYK00.500.030.25
HSL303.75º43.24%56.47%-
HSV(B)303.75º50%75.29%-
XYZ34.7823.1249.08-
YUV134.96156.8168.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=40.51%
G=20.25%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929618600.500.030.25303.7543.2456.47
HexC060BA0323191302b38
Octal3001402720623314605370
Binary1100000011000001011101001100101111001100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060BA; }

 p { color: rgb(192,96,186); }

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

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

 a { background-color: rgb(192,96,186); }

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

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

 span { border-color: rgb(192,96,186); }

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